#002261

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

Shades of Sapphire #002261

Tints of Sapphire #002261

Color information

#002261 (or 0x002261) is unknown color: approx Sapphire. HEX triplet: 00, 22 and 61. RGB value is (0,34,97). Sum of RGB (Red+Green+Blue) = 0+34+97=131 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 131); Green value is 34 (13.67% from 255 or 25.95% from 131); Blue value is 97 (38.28% from 255 or 74.05% from 131); Max value from RGB is 97 - color contains mainly: blue. Hex color #002261 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002261 is #FFDD9E. Grayscale: #1E1E1E. Windows color (decimal): -16768415 or 6365696. OLE color: 6365696.

HSL color Cylindrical-coordinate representation of color #002261: hue angle of 218.97º 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 #002261 is Cyan = 1, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB03497-
CMYK10.6500.62
HSL218.97º100%19.02%-
HSV(B)218.97º100%38.04%-
XYZ2.732.0111.55-
YUV31.02165.24105.88-

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) = 25.95%
BLUE value IS 97 (38.28% from 255) = 74.05%
R=0%
G=25.95%
B=74.05%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal0349710.6500.62218.9710019.02
Hex02261644103Edb6413
Octal04214114410107633314423
Binary0100010110000111001001000001011111011011011110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #002261; }

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

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

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

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

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

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

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

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