#02467B

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

Shades of Dark Cerulean #02467B

Tints of Dark Cerulean #02467B

Color information

#02467B (or 0x02467B) is unknown color: approx Dark Cerulean. HEX triplet: 02, 46 and 7B. RGB value is (2,70,123). Sum of RGB (Red+Green+Blue) = 2+70+123=195 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.03% from 195); Green value is 70 (27.73% from 255 or 35.90% from 195); Blue value is 123 (48.44% from 255 or 63.08% from 195); Max value from RGB is 123 - color contains mainly: blue. Hex color #02467B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #02467B is #FDB984. Grayscale: #373737. Windows color (decimal): -16628101 or 8078850. OLE color: 8078850.

HSL color Cylindrical-coordinate representation of color #02467B: hue angle of 206.28º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02467B is Cyan = 0.98, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB270123-
CMYK0.980.4300.52
HSL206.28º96.8%24.51%-
HSV(B)206.28º98.37%48.24%-
XYZ5.795.8219.56-
YUV55.71165.9789.69-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.03%
GREEN value IS 70 (27.73% from 255) = 35.90%
BLUE value IS 123 (48.44% from 255) = 63.08%
R=1.03%
G=35.90%
B=63.08%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal2701230.980.4300.52206.2896.824.51
Hex2467B622B034ce6119
Octal21061731425306431614131
Binary10100011011110111100010101011011010011001110110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02467B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02467B; }

 p { color: rgb(2,70,123); }

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

<style>
 a { background-color: #02467B; }

 a { background-color: rgb(2,70,123); }

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

<style>
 span { border-color: #02467B; }

 span { border-color: rgb(2,70,123); }

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