Html Css Color HEX #024685 Dark Cerulean

📋 copy color: '#024685'

red 2 ◦ green 70 ◦ blue 133

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

Shades of Dark Cerulean #024685

Tints of Dark Cerulean #024685

RGB

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

 GREEN value IS 70 (27.73% from 255) = 34.15%

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

R = 0.98%
G = 34.15%
B = 64.88%

CMYK

 C value IS 0.98

 M value IS 0.47

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#024685 (or 0x024685) is known color: Dark Cerulean. HEX triplet: 02, 46 and 85. RGB value is (2,70,133). Sum of RGB (Red+Green+Blue) = 2+70+133=205 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.98% from 205); Green value is 70 (27.73% from 255 or 34.15% from 205); Blue value is 133 (52.34% from 255 or 64.88% from 205); Max value from RGB is 133 - color contains mainly: blue. Hex color #024685 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #024685 is #FDB97A. Grayscale: #383838. Windows color (decimal): -16628091 or 8734210. OLE color: 8734210.

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

Color convert

RGB 2 70 133 -
CMYK 0.98 0.47 0 0.48
HSL 208.86º 0.97% 0.26% -
HSV(B) 208.86º 0.98% 0.52% -
XYZ 6.45 6.09 23.03 -
YUV 56.85 170.97 88.88 -
System Red Green Blue C M Y K H S L
Decimal 2 70 133 0.98 0.47 0 0.48 208.86 0.97 0.26
Hex 2 46 85 62 2F 0 30 D1 61 1A
Octal 2 106 205 142 57 0 60 321 141 32
Binary 10 1000110 10000101 1100010 101111 0 110000 11010001 1100001 11010

Color Harmonies of #024685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024685

Black with #024685

Text Example


Text Example

White with #024685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024685; }

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

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

background-color css

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

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

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

border-color css

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

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

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