#02337F

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

Shades of Dark Cerulean #02337F

Tints of Dark Cerulean #02337F

Color information

#02337F (or 0x02337F) is unknown color: approx Dark Cerulean. HEX triplet: 02, 33 and 7F. RGB value is (2,51,127). Sum of RGB (Red+Green+Blue) = 2+51+127=180 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.11% from 180); Green value is 51 (20.31% from 255 or 28.33% from 180); Blue value is 127 (50% from 255 or 70.56% from 180); Max value from RGB is 127 - color contains mainly: blue. Hex color #02337F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #02337F is #FDCC80. Grayscale: #2C2C2C. Windows color (decimal): -16632961 or 8336130. OLE color: 8336130.

HSL color Cylindrical-coordinate representation of color #02337F: hue angle of 216.48º 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 #02337F is Cyan = 0.98, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB251127-
CMYK0.980.6000.50
HSL216.48º96.9%25.29%-
HSV(B)216.48º98.43%49.8%-
XYZ5.043.9120.57-
YUV45.01174.2797.32-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.11%
GREEN value IS 51 (20.31% from 255) = 28.33%
BLUE value IS 127 (50% from 255) = 70.56%
R=1.11%
G=28.33%
B=70.56%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal2511270.980.6000.50216.4896.925.29
Hex2337F623C032d86119
Octal2631771427406233014131
Binary1011001111111111100010111100011001011011000110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02337F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02337F; }

 p { color: rgb(2,51,127); }

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

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

 a { background-color: rgb(2,51,127); }

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

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

 span { border-color: rgb(2,51,127); }

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