#02438B

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

Shades of Dark Cerulean #02438B

Tints of Dark Cerulean #02438B

Color information

#02438B (or 0x02438B) is unknown color: approx Dark Cerulean. HEX triplet: 02, 43 and 8B. RGB value is (2,67,139). Sum of RGB (Red+Green+Blue) = 2+67+139=208 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.96% from 208); Green value is 67 (26.56% from 255 or 32.21% from 208); Blue value is 139 (54.69% from 255 or 66.83% from 208); Max value from RGB is 139 - color contains mainly: blue. Hex color #02438B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #02438B is #FDBC74. Grayscale: #373737. Windows color (decimal): -16628853 or 9126658. OLE color: 9126658.

HSL color Cylindrical-coordinate representation of color #02438B: hue angle of 211.53º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02438B is Cyan = 0.99, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB267139-
CMYK0.990.5200.45
HSL211.53º97.16%27.65%-
HSV(B)211.53º98.56%54.51%-
XYZ6.695.8925.21-
YUV55.77174.9789.65-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.96%
GREEN value IS 67 (26.56% from 255) = 32.21%
BLUE value IS 139 (54.69% from 255) = 66.83%
R=0.96%
G=32.21%
B=66.83%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal2671390.990.5200.45211.5397.1627.65
Hex2438B633402Dd4611c
Octal21032131436405532414134
Binary101000011100010111100011110100010110111010100110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02438B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,67,139); }

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

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

 a { background-color: rgb(2,67,139); }

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

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

 span { border-color: rgb(2,67,139); }

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