Html Css Color HEX #000A5B Sapphire

📋 copy color: '#000A5B'

red 0 ◦ green 10 ◦ blue 91

#000A5B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sapphire #000A5B

Tints of Sapphire #000A5B

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 10 (4.3% from 255) = 9.9%

 BLUE value IS 91 (35.94% from 255) = 90.1%

R = 0%
G = 9.9%
B = 90.1%

CMYK

 C value IS 1

 M value IS 0.89

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#000A5B (or 0x000A5B) is known color: Sapphire. HEX triplet: 00, 0A and 5B. RGB value is (0,10,91). Sum of RGB (Red+Green+Blue) = 0+10+91=101 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 101); Green value is 10 (4.30% from 255 or 9.90% from 101); Blue value is 91 (35.94% from 255 or 90.10% from 101); Max value from RGB is 91 - color contains mainly: blue. Hex color #000A5B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000A5B is #FFF5A4. Grayscale: #0F0F0F. Windows color (decimal): -16774565 or 5966336. OLE color: 5966336.

HSL color Cylindrical-coordinate representation of color #000A5B: hue angle of 233.41º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000A5B is Cyan = 1, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 0 10 91 -
CMYK 1 0.89 0 0.64
HSL 233.41º 1% 0.18% -
HSV(B) 233.41º 1% 0.36% -
XYZ 2 0.97 9.98 -
YUV 16.24 170.19 116.41 -
System Red Green Blue C M Y K H S L
Decimal 0 10 91 1 0.89 0 0.64 233.41 1 0.18
Hex 0 A 5B 64 59 0 40 E9 64 12
Octal 0 12 133 144 131 0 100 351 144 22
Binary 0 1010 1011011 1100100 1011001 0 1000000 11101001 1100100 10010

Color Harmonies of #000A5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000A5B

Black with #000A5B

Text Example


Text Example

White with #000A5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #000A5B; }

 p { color: rgb(0,10,91); }

 H1.HeaderClassName
 {
   color: #000A5B;
 }
 .AnyTagClassName
 {
   color: #000A5B;
 }
</style>

background-color css

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

 a { background-color: rgb(0,10,91); }

 div.DivClassName
 {
   background-color: #000A5B;
 }
 .BgClassName
 {
   background-color: #000A5B;
 }
</style>

border-color css

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

 span { border-color: rgb(0,10,91); }

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