Html Css Color HEX #024581 Dark Cerulean

📋 copy color: '#024581'

red 2 ◦ green 69 ◦ blue 129

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

Shades of Dark Cerulean #024581

Tints of Dark Cerulean #024581

RGB

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

 GREEN value IS 69 (27.34% from 255) = 34.5%

 BLUE value IS 129 (50.78% from 255) = 64.5%

R = 1%
G = 34.5%
B = 64.5%

CMYK

 C value IS 0.98

 M value IS 0.47

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#024581 (or 0x024581) is known color: Dark Cerulean. HEX triplet: 02, 45 and 81. RGB value is (2,69,129). Sum of RGB (Red+Green+Blue) = 2+69+129=200 (26% of max value = 765). Red value is 2 (1.17% from 255 or 1% from 200); Green value is 69 (27.34% from 255 or 34.5% from 200); Blue value is 129 (50.78% from 255 or 64.5% from 200); Max value from RGB is 129 - color contains mainly: blue. Hex color #024581 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #024581 is #FDBA7E. Grayscale: #373737. Windows color (decimal): -16628351 or 8471810. OLE color: 8471810.

HSL color Cylindrical-coordinate representation of color #024581: hue angle of 208.35º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #024581 is Cyan = 0.98, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 2 69 129 -
CMYK 0.98 0.47 0 0.49
HSL 208.35º 0.97% 0.26% -
HSV(B) 208.35º 0.98% 0.51% -
XYZ 6.12 5.85 21.58 -
YUV 55.81 169.3 89.62 -
System Red Green Blue C M Y K H S L
Decimal 2 69 129 0.98 0.47 0 0.49 208.35 0.97 0.26
Hex 2 45 81 62 2F 0 31 D0 61 1A
Octal 2 105 201 142 57 0 61 320 141 32
Binary 10 1000101 10000001 1100010 101111 0 110001 11010000 1100001 11010

Color Harmonies of #024581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024581

Black with #024581

Text Example


Text Example

White with #024581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024581; }

 p { color: rgb(2,69,129); }

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

background-color css

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

 a { background-color: rgb(2,69,129); }

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

border-color css

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

 span { border-color: rgb(2,69,129); }

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