Html Css Color HEX #023984 Dark Cerulean

📋 copy color: '#023984'

red 2 ◦ green 57 ◦ blue 132

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

Shades of Dark Cerulean #023984

Tints of Dark Cerulean #023984

RGB

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

 GREEN value IS 57 (22.66% from 255) = 29.84%

 BLUE value IS 132 (51.95% from 255) = 69.11%

R = 1.05%
G = 29.84%
B = 69.11%

CMYK

 C value IS 0.98

 M value IS 0.57

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#023984 (or 0x023984) is known color: Dark Cerulean. HEX triplet: 02, 39 and 84. RGB value is (2,57,132). Sum of RGB (Red+Green+Blue) = 2+57+132=191 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.05% from 191); Green value is 57 (22.66% from 255 or 29.84% from 191); Blue value is 132 (51.95% from 255 or 69.11% from 191); Max value from RGB is 132 - color contains mainly: blue. Hex color #023984 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #023984 is #FDC67B. Grayscale: #303030. Windows color (decimal): -16631420 or 8665346. OLE color: 8665346.

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

Color convert

RGB 2 57 132 -
CMYK 0.98 0.57 0 0.48
HSL 214.62º 0.97% 0.26% -
HSV(B) 214.62º 0.98% 0.52% -
XYZ 5.65 4.61 22.42 -
YUV 49.11 174.78 94.4 -
System Red Green Blue C M Y K H S L
Decimal 2 57 132 0.98 0.57 0 0.48 214.62 0.97 0.26
Hex 2 39 84 62 39 0 30 D7 61 1A
Octal 2 71 204 142 71 0 60 327 141 32
Binary 10 111001 10000100 1100010 111001 0 110000 11010111 1100001 11010

Color Harmonies of #023984

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023984

Black with #023984

Text Example


Text Example

White with #023984

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #023984; }

 p { color: rgb(2,57,132); }

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

background-color css

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

 a { background-color: rgb(2,57,132); }

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

border-color css

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

 span { border-color: rgb(2,57,132); }

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