Html Css Color HEX #02438B Dark Cerulean

📋 copy color: '#02438B'

red 2 ◦ green 67 ◦ blue 139

#02438B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Cerulean #02438B

Tints of Dark Cerulean #02438B

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 value IS 0.99

 M value IS 0.52

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#02438B (or 0x02438B) is known color: 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

RGB 2 67 139 -
CMYK 0.99 0.52 0 0.45
HSL 211.53º 0.97% 0.28% -
HSV(B) 211.53º 0.99% 0.55% -
XYZ 6.69 5.89 25.21 -
YUV 55.77 174.97 89.65 -
System Red Green Blue C M Y K H S L
Decimal 2 67 139 0.99 0.52 0 0.45 211.53 0.97 0.28
Hex 2 43 8B 63 34 0 2D D4 61 1C
Octal 2 103 213 143 64 0 55 324 141 34
Binary 10 1000011 10001011 1100011 110100 0 101101 11010100 1100001 11100

Color Harmonies of #02438B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02438B

Black with #02438B

Text Example


Text Example

White with #02438B

Text Example


Text Example

HTML Codes & Css Web 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>