Html Css Color HEX #024680 Dark Cerulean

📋 copy color: '#024680'

red 2 ◦ green 70 ◦ blue 128

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

Shades of Dark Cerulean #024680

Tints of Dark Cerulean #024680

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 64%

R = 1%
G = 35%
B = 64%

CMYK

 C value IS 0.98

 M value IS 0.45

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#024680 (or 0x024680) is known color: Dark Cerulean. HEX triplet: 02, 46 and 80. RGB value is (2,70,128). Sum of RGB (Red+Green+Blue) = 2+70+128=200 (26% of max value = 765). Red value is 2 (1.17% from 255 or 1% from 200); Green value is 70 (27.73% from 255 or 35% from 200); Blue value is 128 (50.39% from 255 or 64% from 200); Max value from RGB is 128 - color contains mainly: blue. Hex color #024680 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #024680 is #FDB97F. Grayscale: #373737. Windows color (decimal): -16628096 or 8406530. OLE color: 8406530.

HSL color Cylindrical-coordinate representation of color #024680: hue angle of 207.62º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #024680 is Cyan = 0.98, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 2 70 128 -
CMYK 0.98 0.45 0 0.50
HSL 207.62º 0.97% 0.25% -
HSV(B) 207.62º 0.98% 0.5% -
XYZ 6.11 5.95 21.25 -
YUV 56.28 168.47 89.28 -
System Red Green Blue C M Y K H S L
Decimal 2 70 128 0.98 0.45 0 0.50 207.62 0.97 0.25
Hex 2 46 80 62 2D 0 32 D0 61 19
Octal 2 106 200 142 55 0 62 320 141 31
Binary 10 1000110 10000000 1100010 101101 0 110010 11010000 1100001 11001

Color Harmonies of #024680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024680

Black with #024680

Text Example


Text Example

White with #024680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024680; }

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

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

background-color css

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

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

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

border-color css

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

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

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