#002260

Color #002260 Sapphire (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sapphire #002260

Tints of Sapphire #002260

Color information

#002260 (or 0x002260) is unknown color: approx Sapphire. HEX triplet: 00, 22 and 60. RGB value is (0,34,96). Sum of RGB (Red+Green+Blue) = 0+34+96=130 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 130); Green value is 34 (13.67% from 255 or 26.15% from 130); Blue value is 96 (37.89% from 255 or 73.85% from 130); Max value from RGB is 96 - color contains mainly: blue. Hex color #002260 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002260 is #FFDD9F. Grayscale: #1E1E1E. Windows color (decimal): -16768416 or 6300160. OLE color: 6300160.

HSL color Cylindrical-coordinate representation of color #002260: hue angle of 218.75º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002260 is Cyan = 1, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB03496-
CMYK10.6500.62
HSL218.75º100%18.82%-
HSV(B)218.75º100%37.65%-
XYZ2.681.9911.31-
YUV30.9164.74105.96-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 34 (13.67% from 255) = 26.15%
BLUE value IS 96 (37.89% from 255) = 73.85%
R=0%
G=26.15%
B=73.85%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal0349610.6500.62218.7510018.82
Hex02260644103Edb6413
Octal04214014410107633314423
Binary0100010110000011001001000001011111011011011110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #002260; }

 p { color: rgb(0,34,96); }

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

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

 a { background-color: rgb(0,34,96); }

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

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

 span { border-color: rgb(0,34,96); }

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