Html Css Color HEX #024779 Dark Cerulean

📋 copy color: '#024779'

red 2 ◦ green 71 ◦ blue 121

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

Shades of Dark Cerulean #024779

Tints of Dark Cerulean #024779

RGB

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

 GREEN value IS 71 (28.13% from 255) = 36.6%

 BLUE value IS 121 (47.66% from 255) = 62.37%

R = 1.03%
G = 36.6%
B = 62.37%

CMYK

 C value IS 0.98

 M value IS 0.41

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#024779 (or 0x024779) is known color: Dark Cerulean. HEX triplet: 02, 47 and 79. RGB value is (2,71,121). Sum of RGB (Red+Green+Blue) = 2+71+121=194 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.03% from 194); Green value is 71 (28.12% from 255 or 36.60% from 194); Blue value is 121 (47.66% from 255 or 62.37% from 194); Max value from RGB is 121 - color contains mainly: blue. Hex color #024779 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #024779 is #FDB886. Grayscale: #373737. Windows color (decimal): -16627847 or 7948034. OLE color: 7948034.

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

Color convert

RGB 2 71 121 -
CMYK 0.98 0.41 0 0.53
HSL 205.21º 0.97% 0.24% -
HSV(B) 205.21º 0.98% 0.47% -
XYZ 5.73 5.9 18.93 -
YUV 56.07 164.64 89.43 -
System Red Green Blue C M Y K H S L
Decimal 2 71 121 0.98 0.41 0 0.53 205.21 0.97 0.24
Hex 2 47 79 62 29 0 35 CD 61 18
Octal 2 107 171 142 51 0 65 315 141 30
Binary 10 1000111 1111001 1100010 101001 0 110101 11001101 1100001 11000

Color Harmonies of #024779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024779

Black with #024779

Text Example


Text Example

White with #024779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024779; }

 p { color: rgb(2,71,121); }

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

background-color css

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

 a { background-color: rgb(2,71,121); }

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

border-color css

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

 span { border-color: rgb(2,71,121); }

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