#00085A

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

Shades of Sapphire #00085A

Tints of Sapphire #00085A

Color information

#00085A (or 0x00085A) is unknown color: approx Sapphire. HEX triplet: 00, 08 and 5A. RGB value is (0,8,90). Sum of RGB (Red+Green+Blue) = 0+8+90=98 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 98); Green value is 8 (3.52% from 255 or 8.16% from 98); Blue value is 90 (35.55% from 255 or 91.84% from 98); Max value from RGB is 90 - color contains mainly: blue. Hex color #00085A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #00085A is #FFF7A5. Grayscale: #0E0E0E. Windows color (decimal): -16775078 or 5900288. OLE color: 5900288.

HSL color Cylindrical-coordinate representation of color #00085A: hue angle of 234.67º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00085A is Cyan = 1, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB0890-
CMYK10.9100.65
HSL234.67º100%17.65%-
HSV(B)234.67º100%35.29%-
XYZ1.930.919.75-
YUV14.96170.35117.33-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 8 (3.52% from 255) = 8.16%
BLUE value IS 90 (35.55% from 255) = 91.84%
R=0%
G=8.16%
B=91.84%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal089010.9100.65234.6710017.65
Hex085A645B041eb6412
Octal010132144133010135314422
Binary010001011010110010010110110100000111101011110010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00085A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00085A; }

 p { color: rgb(0,8,90); }

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

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

 a { background-color: rgb(0,8,90); }

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

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

 span { border-color: rgb(0,8,90); }

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