#002255

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

Shades of Sapphire #002255

Tints of Sapphire #002255

Color information

#002255 (or 0x002255) is unknown color: approx Sapphire. HEX triplet: 00, 22 and 55. RGB value is (0,34,85). Sum of RGB (Red+Green+Blue) = 0+34+85=119 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 119); Green value is 34 (13.67% from 255 or 28.57% from 119); Blue value is 85 (33.59% from 255 or 71.43% from 119); Max value from RGB is 85 - color contains mainly: blue. Hex color #002255 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002255 is #FFDDAA. Grayscale: #1D1D1D. Windows color (decimal): -16768427 or 5579264. OLE color: 5579264.

HSL color Cylindrical-coordinate representation of color #002255: hue angle of 216º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002255 is Cyan = 1, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB03485-
CMYK10.6000.67
HSL216º100%16.67%-
HSV(B)216º100%33.33%-
XYZ2.211.88.83-
YUV29.65159.24106.85-

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) = 28.57%
BLUE value IS 85 (33.59% from 255) = 71.43%
R=0%
G=28.57%
B=71.43%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal0348510.6000.6721610016.67
Hex02255643C043d86411
Octal04212514474010333014421
Binary0100010101010111001001111000100001111011000110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #002255; }

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

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

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

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

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

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

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

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