Html Css Color HEX #02466C Dark Cerulean

📋 copy color: '#02466C'

red 2 ◦ green 70 ◦ blue 108

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

Shades of Dark Cerulean #02466C

Tints of Dark Cerulean #02466C

RGB

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

 GREEN value IS 70 (27.73% from 255) = 38.89%

 BLUE value IS 108 (42.58% from 255) = 60%

R = 1.11%
G = 38.89%
B = 60%

CMYK

 C value IS 0.98

 M value IS 0.35

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#02466C (or 0x02466C) is known color: Dark Cerulean. HEX triplet: 02, 46 and 6C. RGB value is (2,70,108). Sum of RGB (Red+Green+Blue) = 2+70+108=180 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.11% from 180); Green value is 70 (27.73% from 255 or 38.89% from 180); Blue value is 108 (42.58% from 255 or 60% from 180); Max value from RGB is 108 - color contains mainly: blue. Hex color #02466C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #02466C is #FDB993. Grayscale: #353535. Windows color (decimal): -16628116 or 7095810. OLE color: 7095810.

HSL color Cylindrical-coordinate representation of color #02466C: hue angle of 201.51º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02466C is Cyan = 0.98, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 2 70 108 -
CMYK 0.98 0.35 0 0.58
HSL 201.51º 0.96% 0.22% -
HSV(B) 201.51º 0.98% 0.42% -
XYZ 4.92 5.48 14.98 -
YUV 54 158.47 90.91 -
System Red Green Blue C M Y K H S L
Decimal 2 70 108 0.98 0.35 0 0.58 201.51 0.96 0.22
Hex 2 46 6C 62 23 0 3A CA 60 16
Octal 2 106 154 142 43 0 72 312 140 26
Binary 10 1000110 1101100 1100010 100011 0 111010 11001010 1100000 10110

Color Harmonies of #02466C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02466C

Black with #02466C

Text Example


Text Example

White with #02466C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02466C; }

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

 H1.HeaderClassName
 {
   color: #02466C;
 }
 .AnyTagClassName
 {
   color: #02466C;
 }
</style>

background-color css

<style>
 a { background-color: #02466C; }

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

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

border-color css

<style>
 span { border-color: #02466C; }

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

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