Html Css Color HEX #01095A Sapphire

📋 copy color: '#01095A'

red 1 ◦ green 9 ◦ blue 90

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

Shades of Sapphire #01095A

Tints of Sapphire #01095A

RGB

 RED value IS 1 (0.78% from 255) = 1%

 GREEN value IS 9 (3.91% from 255) = 9%

 BLUE value IS 90 (35.55% from 255) = 90%

R = 1%
G = 9%
B = 90%

CMYK

 C value IS 0.99

 M value IS 0.9

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#01095A (or 0x01095A) is known color: Sapphire. HEX triplet: 01, 09 and 5A. RGB value is (1,9,90). Sum of RGB (Red+Green+Blue) = 1+9+90=100 (13% of max value = 765). Red value is 1 (0.78% from 255 or 1% from 100); Green value is 9 (3.91% from 255 or 9% from 100); Blue value is 90 (35.55% from 255 or 90% from 100); Max value from RGB is 90 - color contains mainly: blue. Hex color #01095A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01095A is #FEF6A5. Grayscale: #0F0F0F. Windows color (decimal): -16709286 or 5900545. OLE color: 5900545.

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

Color convert

RGB 1 9 90 -
CMYK 0.99 0.9 0 0.65
HSL 234.61º 0.98% 0.18% -
HSV(B) 234.61º 0.99% 0.35% -
XYZ 1.96 0.94 9.75 -
YUV 15.84 169.85 117.41 -
System Red Green Blue C M Y K H S L
Decimal 1 9 90 0.99 0.9 0 0.65 234.61 0.98 0.18
Hex 1 9 5A 63 5A 0 41 EB 62 12
Octal 1 11 132 143 132 0 101 353 142 22
Binary 1 1001 1011010 1100011 1011010 0 1000001 11101011 1100010 10010

Color Harmonies of #01095A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01095A

Black with #01095A

Text Example


Text Example

White with #01095A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,9,90); }

 H1.HeaderClassName
 {
   color: #01095A;
 }
 .AnyTagClassName
 {
   color: #01095A;
 }
</style>

background-color css

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

 a { background-color: rgb(1,9,90); }

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

border-color css

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

 span { border-color: rgb(1,9,90); }

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