#023C7E

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

Shades of Dark Cerulean #023C7E

Tints of Dark Cerulean #023C7E

Color information

#023C7E (or 0x023C7E) is unknown color: approx Dark Cerulean. HEX triplet: 02, 3C and 7E. RGB value is (2,60,126). Sum of RGB (Red+Green+Blue) = 2+60+126=188 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.06% from 188); Green value is 60 (23.83% from 255 or 31.91% from 188); Blue value is 126 (49.61% from 255 or 67.02% from 188); Max value from RGB is 126 - color contains mainly: blue. Hex color #023C7E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #023C7E is #FDC381. Grayscale: #313131. Windows color (decimal): -16630658 or 8272898. OLE color: 8272898.

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

Color convert

RGB260126-
CMYK0.980.5200.51
HSL211.94º96.88%25.1%-
HSV(B)211.94º98.41%49.41%-
XYZ5.414.7520.37-
YUV50.18170.7893.63-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.06%
GREEN value IS 60 (23.83% from 255) = 31.91%
BLUE value IS 126 (49.61% from 255) = 67.02%
R=1.06%
G=31.91%
B=67.02%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal2601260.980.5200.51211.9496.8825.1
Hex23C7E6234033d46119
Octal2741761426406332414131
Binary1011110011111101100010110100011001111010100110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023C7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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