Html Css Color HEX #02418B Dark Cerulean

📋 copy color: '#02418B'

red 2 ◦ green 65 ◦ blue 139

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

Shades of Dark Cerulean #02418B

Tints of Dark Cerulean #02418B

RGB

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

 GREEN value IS 65 (25.78% from 255) = 31.55%

 BLUE value IS 139 (54.69% from 255) = 67.48%

R = 0.97%
G = 31.55%
B = 67.48%

CMYK

 C value IS 0.99

 M value IS 0.53

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#02418B (or 0x02418B) is known color: Dark Cerulean. HEX triplet: 02, 41 and 8B. RGB value is (2,65,139). Sum of RGB (Red+Green+Blue) = 2+65+139=206 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.97% from 206); Green value is 65 (25.78% from 255 or 31.55% from 206); Blue value is 139 (54.69% from 255 or 67.48% from 206); Max value from RGB is 139 - color contains mainly: blue. Hex color #02418B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #02418B is #FDBE74. Grayscale: #363636. Windows color (decimal): -16629365 or 9126146. OLE color: 9126146.

HSL color Cylindrical-coordinate representation of color #02418B: hue angle of 212.41º 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 #02418B is Cyan = 0.99, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 2 65 139 -
CMYK 0.99 0.53 0 0.45
HSL 212.41º 0.97% 0.28% -
HSV(B) 212.41º 0.99% 0.55% -
XYZ 6.58 5.66 25.17 -
YUV 54.6 175.63 90.48 -
System Red Green Blue C M Y K H S L
Decimal 2 65 139 0.99 0.53 0 0.45 212.41 0.97 0.28
Hex 2 41 8B 63 35 0 2D D4 61 1C
Octal 2 101 213 143 65 0 55 324 141 34
Binary 10 1000001 10001011 1100011 110101 0 101101 11010100 1100001 11100

Color Harmonies of #02418B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02418B

Black with #02418B

Text Example


Text Example

White with #02418B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #02418B;
 }
 .AnyTagClassName
 {
   color: #02418B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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