Html Css Color HEX #024185 Dark Cerulean

📋 copy color: '#024185'

red 2 ◦ green 65 ◦ blue 133

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

Shades of Dark Cerulean #024185

Tints of Dark Cerulean #024185

RGB

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

 GREEN value IS 65 (25.78% from 255) = 32.5%

 BLUE value IS 133 (52.34% from 255) = 66.5%

R = 1%
G = 32.5%
B = 66.5%

CMYK

 C value IS 0.98

 M value IS 0.51

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#024185 (or 0x024185) is known color: Dark Cerulean. HEX triplet: 02, 41 and 85. RGB value is (2,65,133). Sum of RGB (Red+Green+Blue) = 2+65+133=200 (26% of max value = 765). Red value is 2 (1.17% from 255 or 1% from 200); Green value is 65 (25.78% from 255 or 32.5% from 200); Blue value is 133 (52.34% from 255 or 66.5% from 200); Max value from RGB is 133 - color contains mainly: blue. Hex color #024185 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #024185 is #FDBE7A. Grayscale: #353535. Windows color (decimal): -16629371 or 8732930. OLE color: 8732930.

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

Color convert

RGB 2 65 133 -
CMYK 0.98 0.51 0 0.48
HSL 211.15º 0.97% 0.26% -
HSV(B) 211.15º 0.98% 0.52% -
XYZ 6.15 5.49 22.93 -
YUV 53.92 172.63 90.97 -
System Red Green Blue C M Y K H S L
Decimal 2 65 133 0.98 0.51 0 0.48 211.15 0.97 0.26
Hex 2 41 85 62 33 0 30 D3 61 1A
Octal 2 101 205 142 63 0 60 323 141 32
Binary 10 1000001 10000101 1100010 110011 0 110000 11010011 1100001 11010

Color Harmonies of #024185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024185

Black with #024185

Text Example


Text Example

White with #024185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024185; }

 p { color: rgb(2,65,133); }

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

background-color css

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

 a { background-color: rgb(2,65,133); }

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

border-color css

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

 span { border-color: rgb(2,65,133); }

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