Html Css Color HEX #02438A Dark Cerulean

📋 copy color: '#02438A'

red 2 ◦ green 67 ◦ blue 138

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

Shades of Dark Cerulean #02438A

Tints of Dark Cerulean #02438A

RGB

 RED value IS 2 (1.17% from 255) = 0.97%

 GREEN value IS 67 (26.56% from 255) = 32.37%

 BLUE value IS 138 (54.3% from 255) = 66.67%

R = 0.97%
G = 32.37%
B = 66.67%

CMYK

 C value IS 0.99

 M value IS 0.51

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#02438A (or 0x02438A) is known color: Dark Cerulean. HEX triplet: 02, 43 and 8A. RGB value is (2,67,138). Sum of RGB (Red+Green+Blue) = 2+67+138=207 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.97% from 207); Green value is 67 (26.56% from 255 or 32.37% from 207); Blue value is 138 (54.30% from 255 or 66.67% from 207); Max value from RGB is 138 - color contains mainly: blue. Hex color #02438A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #02438A is #FDBC75. Grayscale: #373737. Windows color (decimal): -16628854 or 9061122. OLE color: 9061122.

HSL color Cylindrical-coordinate representation of color #02438A: hue angle of 211.32º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02438A is Cyan = 0.99, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 2 67 138 -
CMYK 0.99 0.51 0 0.46
HSL 211.32º 0.97% 0.27% -
HSV(B) 211.32º 0.99% 0.54% -
XYZ 6.62 5.86 24.83 -
YUV 55.66 174.47 89.73 -
System Red Green Blue C M Y K H S L
Decimal 2 67 138 0.99 0.51 0 0.46 211.32 0.97 0.27
Hex 2 43 8A 63 33 0 2E D3 61 1B
Octal 2 103 212 143 63 0 56 323 141 33
Binary 10 1000011 10001010 1100011 110011 0 101110 11010011 1100001 11011

Color Harmonies of #02438A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02438A

Black with #02438A

Text Example


Text Example

White with #02438A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #02438A;
 }
 .AnyTagClassName
 {
   color: #02438A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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