Html Css Color HEX #024F7D Dark Cerulean

📋 copy color: '#024F7D'

red 2 ◦ green 79 ◦ blue 125

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

Shades of Dark Cerulean #024F7D

Tints of Dark Cerulean #024F7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 60.68%

R = 0.97%
G = 38.35%
B = 60.68%

CMYK

 C value IS 0.98

 M value IS 0.37

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#024F7D (or 0x024F7D) is known color: Dark Cerulean. HEX triplet: 02, 4F and 7D. RGB value is (2,79,125). Sum of RGB (Red+Green+Blue) = 2+79+125=206 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.97% from 206); Green value is 79 (31.25% from 255 or 38.35% from 206); Blue value is 125 (49.22% from 255 or 60.68% from 206); Max value from RGB is 125 - color contains mainly: blue. Hex color #024F7D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #024F7D is #FDB082. Grayscale: #3C3C3C. Windows color (decimal): -16625795 or 8212226. OLE color: 8212226.

HSL color Cylindrical-coordinate representation of color #024F7D: hue angle of 202.44º 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 #024F7D is Cyan = 0.98, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 2 79 125 -
CMYK 0.98 0.37 0 0.51
HSL 202.44º 0.97% 0.25% -
HSV(B) 202.44º 0.98% 0.49% -
XYZ 6.52 7.09 20.43 -
YUV 61.22 163.99 85.76 -
System Red Green Blue C M Y K H S L
Decimal 2 79 125 0.98 0.37 0 0.51 202.44 0.97 0.25
Hex 2 4F 7D 62 25 0 33 CA 61 19
Octal 2 117 175 142 45 0 63 312 141 31
Binary 10 1001111 1111101 1100010 100101 0 110011 11001010 1100001 11001

Color Harmonies of #024F7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024F7D

Black with #024F7D

Text Example


Text Example

White with #024F7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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