Html Css Color HEX #024582 Dark Cerulean

📋 copy color: '#024582'

red 2 ◦ green 69 ◦ blue 130

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

Shades of Dark Cerulean #024582

Tints of Dark Cerulean #024582

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 64.68%

R = 1%
G = 34.33%
B = 64.68%

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

#024582 (or 0x024582) is known color: Dark Cerulean. HEX triplet: 02, 45 and 82. RGB value is (2,69,130). Sum of RGB (Red+Green+Blue) = 2+69+130=201 (26% of max value = 765). Red value is 2 (1.17% from 255 or 1.00% from 201); Green value is 69 (27.34% from 255 or 34.33% from 201); Blue value is 130 (51.17% from 255 or 64.68% from 201); Max value from RGB is 130 - color contains mainly: blue. Hex color #024582 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #024582 is #FDBA7D. Grayscale: #373737. Windows color (decimal): -16628350 or 8537346. OLE color: 8537346.

HSL color Cylindrical-coordinate representation of color #024582: hue angle of 208.59º 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 #024582 is Cyan = 0.98, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 2 69 130 -
CMYK 0.98 0.47 0 0.49
HSL 208.59º 0.97% 0.26% -
HSV(B) 208.59º 0.98% 0.51% -
XYZ 6.18 5.88 21.93 -
YUV 55.92 169.8 89.54 -
System Red Green Blue C M Y K H S L
Decimal 2 69 130 0.98 0.47 0 0.49 208.59 0.97 0.26
Hex 2 45 82 62 2F 0 31 D1 61 1A
Octal 2 105 202 142 57 0 61 321 141 32
Binary 10 1000101 10000010 1100010 101111 0 110001 11010001 1100001 11010

Color Harmonies of #024582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024582

Black with #024582

Text Example


Text Example

White with #024582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024582; }

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

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

background-color css

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

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

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

border-color css

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

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

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