Html Css Color HEX #023880 Dark Cerulean

📋 copy color: '#023880'

red 2 ◦ green 56 ◦ blue 128

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

Shades of Dark Cerulean #023880

Tints of Dark Cerulean #023880

RGB

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

 GREEN value IS 56 (22.27% from 255) = 30.11%

 BLUE value IS 128 (50.39% from 255) = 68.82%

R = 1.08%
G = 30.11%
B = 68.82%

CMYK

 C value IS 0.98

 M value IS 0.56

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#023880 (or 0x023880) is known color: Dark Cerulean. HEX triplet: 02, 38 and 80. RGB value is (2,56,128). Sum of RGB (Red+Green+Blue) = 2+56+128=186 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.08% from 186); Green value is 56 (22.27% from 255 or 30.11% from 186); Blue value is 128 (50.39% from 255 or 68.82% from 186); Max value from RGB is 128 - color contains mainly: blue. Hex color #023880 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #023880 is #FDC77F. Grayscale: #2F2F2F. Windows color (decimal): -16631680 or 8402946. OLE color: 8402946.

HSL color Cylindrical-coordinate representation of color #023880: hue angle of 214.29º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #023880 is Cyan = 0.98, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 2 56 128 -
CMYK 0.98 0.56 0 0.50
HSL 214.29º 0.97% 0.25% -
HSV(B) 214.29º 0.98% 0.5% -
XYZ 5.34 4.4 20.99 -
YUV 48.06 173.11 95.15 -
System Red Green Blue C M Y K H S L
Decimal 2 56 128 0.98 0.56 0 0.50 214.29 0.97 0.25
Hex 2 38 80 62 38 0 32 D6 61 19
Octal 2 70 200 142 70 0 62 326 141 31
Binary 10 111000 10000000 1100010 111000 0 110010 11010110 1100001 11001

Color Harmonies of #023880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023880

Black with #023880

Text Example


Text Example

White with #023880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #023880; }

 p { color: rgb(2,56,128); }

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

background-color css

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

 a { background-color: rgb(2,56,128); }

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

border-color css

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

 span { border-color: rgb(2,56,128); }

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