Html Css Color HEX #024385 Dark Cerulean

📋 copy color: '#024385'

red 2 ◦ green 67 ◦ blue 133

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

Shades of Dark Cerulean #024385

Tints of Dark Cerulean #024385

RGB

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

 GREEN value IS 67 (26.56% from 255) = 33.17%

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

R = 0.99%
G = 33.17%
B = 65.84%

CMYK

 C value IS 0.98

 M value IS 0.50

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#024385 (or 0x024385) is known color: Dark Cerulean. HEX triplet: 02, 43 and 85. RGB value is (2,67,133). Sum of RGB (Red+Green+Blue) = 2+67+133=202 (26% of max value = 765). Red value is 2 (1.17% from 255 or 0.99% from 202); Green value is 67 (26.56% from 255 or 33.17% from 202); Blue value is 133 (52.34% from 255 or 65.84% from 202); Max value from RGB is 133 - color contains mainly: blue. Hex color #024385 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #024385 is #FDBC7A. Grayscale: #363636. Windows color (decimal): -16628859 or 8733442. OLE color: 8733442.

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

Color convert

RGB 2 67 133 -
CMYK 0.98 0.50 0 0.48
HSL 210.23º 0.97% 0.26% -
HSV(B) 210.23º 0.98% 0.52% -
XYZ 6.27 5.72 22.96 -
YUV 55.09 171.97 90.13 -
System Red Green Blue C M Y K H S L
Decimal 2 67 133 0.98 0.50 0 0.48 210.23 0.97 0.26
Hex 2 43 85 62 32 0 30 D2 61 1A
Octal 2 103 205 142 62 0 60 322 141 32
Binary 10 1000011 10000101 1100010 110010 0 110000 11010010 1100001 11010

Color Harmonies of #024385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024385

Black with #024385

Text Example


Text Example

White with #024385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024385; }

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

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

background-color css

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

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

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

border-color css

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

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

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