Html Css Color HEX #023986 Dark Cerulean

📋 copy color: '#023986'

red 2 ◦ green 57 ◦ blue 134

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

Shades of Dark Cerulean #023986

Tints of Dark Cerulean #023986

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 69.43%

R = 1.04%
G = 29.53%
B = 69.43%

CMYK

 C value IS 0.99

 M value IS 0.57

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#023986 (or 0x023986) is known color: Dark Cerulean. HEX triplet: 02, 39 and 86. RGB value is (2,57,134). Sum of RGB (Red+Green+Blue) = 2+57+134=193 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.04% from 193); Green value is 57 (22.66% from 255 or 29.53% from 193); Blue value is 134 (52.73% from 255 or 69.43% from 193); Max value from RGB is 134 - color contains mainly: blue. Hex color #023986 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #023986 is #FDC679. Grayscale: #303030. Windows color (decimal): -16631418 or 8796418. OLE color: 8796418.

HSL color Cylindrical-coordinate representation of color #023986: hue angle of 215º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #023986 is Cyan = 0.99, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 2 57 134 -
CMYK 0.99 0.57 0 0.47
HSL 215º 0.97% 0.27% -
HSV(B) 215º 0.99% 0.53% -
XYZ 5.79 4.66 23.15 -
YUV 49.33 175.78 94.24 -
System Red Green Blue C M Y K H S L
Decimal 2 57 134 0.99 0.57 0 0.47 215 0.97 0.27
Hex 2 39 86 63 39 0 2F D7 61 1B
Octal 2 71 206 143 71 0 57 327 141 33
Binary 10 111001 10000110 1100011 111001 0 101111 11010111 1100001 11011

Color Harmonies of #023986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023986

Black with #023986

Text Example


Text Example

White with #023986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #023986; }

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

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

background-color css

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

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

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

border-color css

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

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

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