#002178

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

Shades of Sapphire #002178

Tints of Sapphire #002178

Color information

#002178 (or 0x002178) is unknown color: approx Sapphire. HEX triplet: 00, 21 and 78. RGB value is (0,33,120). Sum of RGB (Red+Green+Blue) = 0+33+120=153 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 153); Green value is 33 (13.28% from 255 or 21.57% from 153); Blue value is 120 (47.27% from 255 or 78.43% from 153); Max value from RGB is 120 - color contains mainly: blue. Hex color #002178 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002178 is #FFDE87. Grayscale: #202020. Windows color (decimal): -16768648 or 7872768. OLE color: 7872768.

HSL color Cylindrical-coordinate representation of color #002178: hue angle of 223.5º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002178 is Cyan = 1, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB033120-
CMYK10.7200.53
HSL223.5º100%23.53%-
HSV(B)223.5º100%47.06%-
XYZ3.932.4418.03-
YUV33.05177.07104.43-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 33 (13.28% from 255) = 21.57%
BLUE value IS 120 (47.27% from 255) = 78.43%
R=0%
G=21.57%
B=78.43%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal03312010.7200.53223.510023.53
Hex021786448035e06418
Octal04117014411006534014430
Binary0100001111100011001001001000011010111100000110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #002178; }

 p { color: rgb(0,33,120); }

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

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

 a { background-color: rgb(0,33,120); }

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

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

 span { border-color: rgb(0,33,120); }

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