Html Css Color HEX #01165A Sapphire

📋 copy color: '#01165A'

red 1 ◦ green 22 ◦ blue 90

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

Shades of Sapphire #01165A

Tints of Sapphire #01165A

RGB

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

 GREEN value IS 22 (8.98% from 255) = 19.47%

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

R = 0.88%
G = 19.47%
B = 79.65%

CMYK

 C value IS 0.99

 M value IS 0.76

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#01165A (or 0x01165A) is known color: Sapphire. HEX triplet: 01, 16 and 5A. RGB value is (1,22,90). Sum of RGB (Red+Green+Blue) = 1+22+90=113 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.88% from 113); Green value is 22 (8.98% from 255 or 19.47% from 113); Blue value is 90 (35.55% from 255 or 79.65% from 113); Max value from RGB is 90 - color contains mainly: blue. Hex color #01165A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01165A is #FEE9A5. Grayscale: #171717. Windows color (decimal): -16705958 or 5903873. OLE color: 5903873.

HSL color Cylindrical-coordinate representation of color #01165A: hue angle of 225.84º 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 #01165A is Cyan = 0.99, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 1 22 90 -
CMYK 0.99 0.76 0 0.65
HSL 225.84º 0.98% 0.18% -
HSV(B) 225.84º 0.99% 0.35% -
XYZ 2.14 1.32 9.81 -
YUV 23.47 165.54 111.97 -
System Red Green Blue C M Y K H S L
Decimal 1 22 90 0.99 0.76 0 0.65 225.84 0.98 0.18
Hex 1 16 5A 63 4C 0 41 E2 62 12
Octal 1 26 132 143 114 0 101 342 142 22
Binary 1 10110 1011010 1100011 1001100 0 1000001 11100010 1100010 10010

Color Harmonies of #01165A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01165A

Black with #01165A

Text Example


Text Example

White with #01165A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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