#023A77

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

Shades of Dark Cerulean #023A77

Tints of Dark Cerulean #023A77

Color information

#023A77 (or 0x023A77) is unknown color: approx Dark Cerulean. HEX triplet: 02, 3A and 77. RGB value is (2,58,119). Sum of RGB (Red+Green+Blue) = 2+58+119=179 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.12% from 179); Green value is 58 (23.05% from 255 or 32.40% from 179); Blue value is 119 (46.88% from 255 or 66.48% from 179); Max value from RGB is 119 - color contains mainly: blue. Hex color #023A77 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #023A77 is #FDC588. Grayscale: #2F2F2F. Windows color (decimal): -16631177 or 7813634. OLE color: 7813634.

HSL color Cylindrical-coordinate representation of color #023A77: hue angle of 211.28º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #023A77 is Cyan = 0.98, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB258119-
CMYK0.980.5100.53
HSL211.28º96.69%23.73%-
HSV(B)211.28º98.32%46.67%-
XYZ4.874.3718.04-
YUV48.21167.9595.04-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.12%
GREEN value IS 58 (23.05% from 255) = 32.40%
BLUE value IS 119 (46.88% from 255) = 66.48%
R=1.12%
G=32.40%
B=66.48%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal2581190.980.5100.53211.2896.6923.73
Hex23A776233035d36118
Octal2721671426306532314130
Binary1011101011101111100010110011011010111010011110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023A77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,58,119); }

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

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

 a { background-color: rgb(2,58,119); }

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

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

 span { border-color: rgb(2,58,119); }

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