#023C88

Color #023C88 Dark Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Cerulean #023C88

Tints of Dark Cerulean #023C88

Color information

#023C88 (or 0x023C88) is unknown color: approx Dark Cerulean. HEX triplet: 02, 3C and 88. RGB value is (2,60,136). Sum of RGB (Red+Green+Blue) = 2+60+136=198 (26% of max value = 765). Red value is 2 (1.17% from 255 or 1.01% from 198); Green value is 60 (23.83% from 255 or 30.30% from 198); Blue value is 136 (53.52% from 255 or 68.69% from 198); Max value from RGB is 136 - color contains mainly: blue. Hex color #023C88 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #023C88 is #FDC377. Grayscale: #323232. Windows color (decimal): -16630648 or 8928258. OLE color: 8928258.

HSL color Cylindrical-coordinate representation of color #023C88: hue angle of 214.03º 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 #023C88 is Cyan = 0.99, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB260136-
CMYK0.990.5600.47
HSL214.03º97.1%27.06%-
HSV(B)214.03º98.53%53.33%-
XYZ6.085.0223.94-
YUV51.32175.7892.82-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.01%
GREEN value IS 60 (23.83% from 255) = 30.30%
BLUE value IS 136 (53.52% from 255) = 68.69%
R=1.01%
G=30.30%
B=68.69%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal2601360.990.5600.47214.0397.127.06
Hex23C88633802Fd6611b
Octal2742101437005732614133
Binary10111100100010001100011111000010111111010110110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023C88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,60,136); }

 H1.HeaderClassName
 {
   color: #023C88;
 }
 .AnyTagClassName
 {
   color: #023C88;
 }
</style>
background-color css

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

 a { background-color: rgb(2,60,136); }

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

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

 span { border-color: rgb(2,60,136); }

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