Html Css Color HEX #024F7C Dark Cerulean

📋 copy color: '#024F7C'

red 2 ◦ green 79 ◦ blue 124

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

Shades of Dark Cerulean #024F7C

Tints of Dark Cerulean #024F7C

RGB

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

 GREEN value IS 79 (31.25% from 255) = 38.54%

 BLUE value IS 124 (48.83% from 255) = 60.49%

R = 0.98%
G = 38.54%
B = 60.49%

CMYK

 C value IS 0.98

 M value IS 0.36

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#024F7C (or 0x024F7C) is known color: Dark Cerulean. HEX triplet: 02, 4F and 7C. RGB value is (2,79,124). Sum of RGB (Red+Green+Blue) = 2+79+124=205 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.98% from 205); Green value is 79 (31.25% from 255 or 38.54% from 205); Blue value is 124 (48.83% from 255 or 60.49% from 205); Max value from RGB is 124 - color contains mainly: blue. Hex color #024F7C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #024F7C is #FDB083. Grayscale: #3C3C3C. Windows color (decimal): -16625796 or 8146690. OLE color: 8146690.

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

Color convert

RGB 2 79 124 -
CMYK 0.98 0.36 0 0.51
HSL 202.13º 0.97% 0.25% -
HSV(B) 202.13º 0.98% 0.49% -
XYZ 6.46 7.06 20.09 -
YUV 61.11 163.49 85.84 -
System Red Green Blue C M Y K H S L
Decimal 2 79 124 0.98 0.36 0 0.51 202.13 0.97 0.25
Hex 2 4F 7C 62 24 0 33 CA 61 19
Octal 2 117 174 142 44 0 63 312 141 31
Binary 10 1001111 1111100 1100010 100100 0 110011 11001010 1100001 11001

Color Harmonies of #024F7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024F7C

Black with #024F7C

Text Example


Text Example

White with #024F7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024F7C; }

 p { color: rgb(2,79,124); }

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

background-color css

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

 a { background-color: rgb(2,79,124); }

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

border-color css

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

 span { border-color: rgb(2,79,124); }

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