#002280

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

Shades of Sapphire #002280

Tints of Sapphire #002280

Color information

#002280 (or 0x002280) is unknown color: approx Sapphire. HEX triplet: 00, 22 and 80. RGB value is (0,34,128). Sum of RGB (Red+Green+Blue) = 0+34+128=162 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 162); Green value is 34 (13.67% from 255 or 20.99% from 162); Blue value is 128 (50.39% from 255 or 79.01% from 162); Max value from RGB is 128 - color contains mainly: blue. Hex color #002280 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #002280 is #FFDD7F. Grayscale: #222222. Windows color (decimal): -16768384 or 8397312. OLE color: 8397312.

HSL color Cylindrical-coordinate representation of color #002280: hue angle of 224.06º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002280 is Cyan = 1, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB034128-
CMYK10.7300.50
HSL224.06º100%25.1%-
HSV(B)224.06º100%50.2%-
XYZ4.472.720.71-
YUV34.55180.74103.36-

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) = 20.99%
BLUE value IS 128 (50.39% from 255) = 79.01%
R=0%
G=20.99%
B=79.01%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal03412810.7300.50224.0610025.1
Hex022806449032e06419
Octal04220014411106234014431
Binary01000101000000011001001001001011001011100000110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #002280; }

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

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

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

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

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

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

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

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