#133F7B

Color #133F7B Dark Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Cerulean #133F7B

Tints of Dark Cerulean #133F7B

Color information

#133F7B (or 0x133F7B) is unknown color: approx Dark Cerulean. HEX triplet: 13, 3F and 7B. RGB value is (19,63,123). Sum of RGB (Red+Green+Blue) = 19+63+123=205 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.27% from 205); Green value is 63 (25% from 255 or 30.73% from 205); Blue value is 123 (48.44% from 255 or 60% from 205); Max value from RGB is 123 - color contains mainly: blue. Hex color #133F7B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133F7B is #ECC084. Grayscale: #383838. Windows color (decimal): -15515781 or 8077075. OLE color: 8077075.

HSL color Cylindrical-coordinate representation of color #133F7B: hue angle of 214.62º degrees, saturation: 0.73, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #133F7B is Cyan = 0.85, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB1963123-
CMYK0.850.4900.52
HSL214.62º73.24%27.84%-
HSV(B)214.62º84.55%48.24%-
XYZ5.625.1219.43-
YUV56.68165.42101.12-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 19 (7.81% from 255) = 9.27%
GREEN value IS 63 (25% from 255) = 30.73%
BLUE value IS 123 (48.44% from 255) = 60%
R=9.27%
G=30.73%
B=60%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal19631230.850.4900.52214.6273.2427.84
Hex133F7B5531034d7491c
Octal23771731256106432711134
Binary1001111111111110111010101110001011010011010111100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133F7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133F7B; }

 p { color: rgb(19,63,123); }

 H1.HeaderClassName
 {
   color: #133F7B;
 }
 .AnyTagClassName
 {
   color: #133F7B;
 }
</style>
background-color css

<style>
 a { background-color: #133F7B; }

 a { background-color: rgb(19,63,123); }

 div.DivClassName
 {
   background-color: #133F7B;
 }
 .BgClassName
 {
   background-color: #133F7B;
 }
</style>
border-color css

<style>
 span { border-color: #133F7B; }

 span { border-color: rgb(19,63,123); }

 td.TdClassName
 {
   border-color: #133F7B;
 }
 .TagClassName
 {
   border-color: #133F7B;
 }
</style>