Html Css Color HEX #02486A Dark Cerulean

📋 copy color: '#02486A'

red 2 ◦ green 72 ◦ blue 106

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

Shades of Dark Cerulean #02486A

Tints of Dark Cerulean #02486A

RGB

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

 GREEN value IS 72 (28.52% from 255) = 40%

 BLUE value IS 106 (41.8% from 255) = 58.89%

R = 1.11%
G = 40%
B = 58.89%

CMYK

 C value IS 0.98

 M value IS 0.32

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#02486A (or 0x02486A) is known color: Dark Cerulean. HEX triplet: 02, 48 and 6A. RGB value is (2,72,106). Sum of RGB (Red+Green+Blue) = 2+72+106=180 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.11% from 180); Green value is 72 (28.52% from 255 or 40% from 180); Blue value is 106 (41.80% from 255 or 58.89% from 180); Max value from RGB is 106 - color contains mainly: blue. Hex color #02486A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #02486A is #FDB795. Grayscale: #363636. Windows color (decimal): -16627606 or 6965250. OLE color: 6965250.

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

Color convert

RGB 2 72 106 -
CMYK 0.98 0.32 0 0.58
HSL 199.62º 0.96% 0.21% -
HSV(B) 199.62º 0.98% 0.42% -
XYZ 4.94 5.69 14.47 -
YUV 54.95 156.81 90.24 -
System Red Green Blue C M Y K H S L
Decimal 2 72 106 0.98 0.32 0 0.58 199.62 0.96 0.21
Hex 2 48 6A 62 20 0 3A C8 60 15
Octal 2 110 152 142 40 0 72 310 140 25
Binary 10 1001000 1101010 1100010 100000 0 111010 11001000 1100000 10101

Color Harmonies of #02486A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02486A

Black with #02486A

Text Example


Text Example

White with #02486A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,72,106); }

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

background-color css

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

 a { background-color: rgb(2,72,106); }

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

border-color css

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

 span { border-color: rgb(2,72,106); }

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