Html Css Color HEX #023F84 Dark Cerulean

📋 copy color: '#023F84'

red 2 ◦ green 63 ◦ blue 132

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

Shades of Dark Cerulean #023F84

Tints of Dark Cerulean #023F84

RGB

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

 GREEN value IS 63 (25% from 255) = 31.98%

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

R = 1.02%
G = 31.98%
B = 67.01%

CMYK

 C value IS 0.98

 M value IS 0.52

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#023F84 (or 0x023F84) is known color: Dark Cerulean. HEX triplet: 02, 3F and 84. RGB value is (2,63,132). Sum of RGB (Red+Green+Blue) = 2+63+132=197 (26% of max value = 765). Red value is 2 (1.17% from 255 or 1.02% from 197); Green value is 63 (25% from 255 or 31.98% from 197); Blue value is 132 (51.95% from 255 or 67.01% from 197); Max value from RGB is 132 - color contains mainly: blue. Hex color #023F84 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #023F84 is #FDC07B. Grayscale: #343434. Windows color (decimal): -16629884 or 8666882. OLE color: 8666882.

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

Color convert

RGB 2 63 132 -
CMYK 0.98 0.52 0 0.48
HSL 211.85º 0.97% 0.26% -
HSV(B) 211.85º 0.98% 0.52% -
XYZ 5.97 5.23 22.53 -
YUV 52.63 172.79 91.89 -
System Red Green Blue C M Y K H S L
Decimal 2 63 132 0.98 0.52 0 0.48 211.85 0.97 0.26
Hex 2 3F 84 62 34 0 30 D4 61 1A
Octal 2 77 204 142 64 0 60 324 141 32
Binary 10 111111 10000100 1100010 110100 0 110000 11010100 1100001 11010

Color Harmonies of #023F84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023F84

Black with #023F84

Text Example


Text Example

White with #023F84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #023F84; }

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

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

background-color css

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

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

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

border-color css

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

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

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