#08277B

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

Shades of Sapphire #08277B

Tints of Sapphire #08277B

Color information

#08277B (or 0x08277B) is unknown color: approx Sapphire. HEX triplet: 08, 27 and 7B. RGB value is (8,39,123). Sum of RGB (Red+Green+Blue) = 8+39+123=170 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.71% from 170); Green value is 39 (15.62% from 255 or 22.94% from 170); Blue value is 123 (48.44% from 255 or 72.35% from 170); Max value from RGB is 123 - color contains mainly: blue. Hex color #08277B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08277B is #F7D884. Grayscale: #262626. Windows color (decimal): -16242821 or 8070920. OLE color: 8070920.

HSL color Cylindrical-coordinate representation of color #08277B: hue angle of 223.83º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #08277B is Cyan = 0.93, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB839123-
CMYK0.930.6800.52
HSL223.83º87.79%25.69%-
HSV(B)223.83º93.5%48.24%-
XYZ4.42.9319.07-
YUV39.31175.23105.67-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.71%
GREEN value IS 39 (15.62% from 255) = 22.94%
BLUE value IS 123 (48.44% from 255) = 72.35%
R=4.71%
G=22.94%
B=72.35%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal8391230.930.6800.52223.8387.7925.69
Hex8277B5D44034e0581a
Octal104717313510406434013032
Binary1000100111111101110111011000100011010011100000101100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08277B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08277B; }

 p { color: rgb(8,39,123); }

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

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

 a { background-color: rgb(8,39,123); }

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

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

 span { border-color: rgb(8,39,123); }

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