Html Css Color HEX #023F8D Dark Cerulean

📋 copy color: '#023F8D'

red 2 ◦ green 63 ◦ blue 141

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

Shades of Dark Cerulean #023F8D

Tints of Dark Cerulean #023F8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 68.45%

R = 0.97%
G = 30.58%
B = 68.45%

CMYK

 C value IS 0.99

 M value IS 0.55

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#023F8D (or 0x023F8D) is known color: Dark Cerulean. HEX triplet: 02, 3F and 8D. RGB value is (2,63,141). Sum of RGB (Red+Green+Blue) = 2+63+141=206 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.97% from 206); Green value is 63 (25% from 255 or 30.58% from 206); Blue value is 141 (55.47% from 255 or 68.45% from 206); Max value from RGB is 141 - color contains mainly: blue. Hex color #023F8D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #023F8D is #FDC072. Grayscale: #353535. Windows color (decimal): -16629875 or 9256706. OLE color: 9256706.

HSL color Cylindrical-coordinate representation of color #023F8D: hue angle of 213.67º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #023F8D is Cyan = 0.99, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 2 63 141 -
CMYK 0.99 0.55 0 0.45
HSL 213.67º 0.97% 0.28% -
HSV(B) 213.67º 0.99% 0.55% -
XYZ 6.61 5.49 25.91 -
YUV 53.65 177.29 91.16 -
System Red Green Blue C M Y K H S L
Decimal 2 63 141 0.99 0.55 0 0.45 213.67 0.97 0.28
Hex 2 3F 8D 63 37 0 2D D6 61 1C
Octal 2 77 215 143 67 0 55 326 141 34
Binary 10 111111 10001101 1100011 110111 0 101101 11010110 1100001 11100

Color Harmonies of #023F8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023F8D

Black with #023F8D

Text Example


Text Example

White with #023F8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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