Html Css Color HEX #024283 Dark Cerulean

📋 copy color: '#024283'

red 2 ◦ green 66 ◦ blue 131

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

Shades of Dark Cerulean #024283

Tints of Dark Cerulean #024283

RGB

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

 GREEN value IS 66 (26.17% from 255) = 33.17%

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

R = 1.01%
G = 33.17%
B = 65.83%

CMYK

 C value IS 0.98

 M value IS 0.50

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#024283 (or 0x024283) is known color: Dark Cerulean. HEX triplet: 02, 42 and 83. RGB value is (2,66,131). Sum of RGB (Red+Green+Blue) = 2+66+131=199 (26% of max value = 765). Red value is 2 (1.17% from 255 or 1.01% from 199); Green value is 66 (26.17% from 255 or 33.17% from 199); Blue value is 131 (51.56% from 255 or 65.83% from 199); Max value from RGB is 131 - color contains mainly: blue. Hex color #024283 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #024283 is #FDBD7C. Grayscale: #353535. Windows color (decimal): -16629117 or 8602114. OLE color: 8602114.

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

Color convert

RGB 2 66 131 -
CMYK 0.98 0.50 0 0.49
HSL 210.23º 0.97% 0.26% -
HSV(B) 210.23º 0.98% 0.51% -
XYZ 6.07 5.55 22.22 -
YUV 54.27 171.3 90.71 -
System Red Green Blue C M Y K H S L
Decimal 2 66 131 0.98 0.50 0 0.49 210.23 0.97 0.26
Hex 2 42 83 62 32 0 31 D2 61 1A
Octal 2 102 203 142 62 0 61 322 141 32
Binary 10 1000010 10000011 1100010 110010 0 110001 11010010 1100001 11010

Color Harmonies of #024283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024283

Black with #024283

Text Example


Text Example

White with #024283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024283; }

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

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

background-color css

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

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

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

border-color css

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

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

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