Html Css Color HEX #024383 Dark Cerulean

📋 copy color: '#024383'

red 2 ◦ green 67 ◦ blue 131

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

Shades of Dark Cerulean #024383

Tints of Dark Cerulean #024383

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 65.5%

R = 1%
G = 33.5%
B = 65.5%

CMYK

 C value IS 0.98

 M value IS 0.49

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#024383 (or 0x024383) is known color: Dark Cerulean. HEX triplet: 02, 43 and 83. RGB value is (2,67,131). Sum of RGB (Red+Green+Blue) = 2+67+131=200 (26% of max value = 765). Red value is 2 (1.17% from 255 or 1% from 200); Green value is 67 (26.56% from 255 or 33.5% from 200); Blue value is 131 (51.56% from 255 or 65.5% from 200); Max value from RGB is 131 - color contains mainly: blue. Hex color #024383 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #024383 is #FDBC7C. Grayscale: #363636. Windows color (decimal): -16628861 or 8602370. OLE color: 8602370.

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

Color convert

RGB 2 67 131 -
CMYK 0.98 0.49 0 0.49
HSL 209.77º 0.97% 0.26% -
HSV(B) 209.77º 0.98% 0.51% -
XYZ 6.13 5.67 22.24 -
YUV 54.86 170.97 90.3 -
System Red Green Blue C M Y K H S L
Decimal 2 67 131 0.98 0.49 0 0.49 209.77 0.97 0.26
Hex 2 43 83 62 31 0 31 D2 61 1A
Octal 2 103 203 142 61 0 61 322 141 32
Binary 10 1000011 10000011 1100010 110001 0 110001 11010010 1100001 11010

Color Harmonies of #024383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024383

Black with #024383

Text Example


Text Example

White with #024383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024383; }

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

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

background-color css

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

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

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

border-color css

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

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

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