#002275

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

Shades of Sapphire #002275

Tints of Sapphire #002275

Color information

#002275 (or 0x002275) is unknown color: approx Sapphire. HEX triplet: 00, 22 and 75. RGB value is (0,34,117). Sum of RGB (Red+Green+Blue) = 0+34+117=151 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 151); Green value is 34 (13.67% from 255 or 22.52% from 151); Blue value is 117 (46.09% from 255 or 77.48% from 151); Max value from RGB is 117 - color contains mainly: blue. Hex color #002275 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002275 is #FFDD8A. Grayscale: #202020. Windows color (decimal): -16768395 or 7676416. OLE color: 7676416.

HSL color Cylindrical-coordinate representation of color #002275: hue angle of 222.56º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002275 is Cyan = 1, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB034117-
CMYK10.7100.54
HSL222.56º100%22.94%-
HSV(B)222.56º100%45.88%-
XYZ3.782.4317.1-
YUV33.3175.24104.25-

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) = 22.52%
BLUE value IS 117 (46.09% from 255) = 77.48%
R=0%
G=22.52%
B=77.48%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal03411710.7100.54222.5610022.94
Hex022756447036df6417
Octal04216514410706633714427
Binary0100010111010111001001000111011011011011111110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #002275; }

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

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

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

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

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

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

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

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