Html Css Color HEX #01165C Sapphire

📋 copy color: '#01165C'

red 1 ◦ green 22 ◦ blue 92

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

Shades of Sapphire #01165C

Tints of Sapphire #01165C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 80%

R = 0.87%
G = 19.13%
B = 80%

CMYK

 C value IS 0.99

 M value IS 0.76

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#01165C (or 0x01165C) is known color: Sapphire. HEX triplet: 01, 16 and 5C. RGB value is (1,22,92). Sum of RGB (Red+Green+Blue) = 1+22+92=115 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.87% from 115); Green value is 22 (8.98% from 255 or 19.13% from 115); Blue value is 92 (36.33% from 255 or 80% from 115); Max value from RGB is 92 - color contains mainly: blue. Hex color #01165C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01165C is #FEE9A3. Grayscale: #171717. Windows color (decimal): -16705956 or 6034945. OLE color: 6034945.

HSL color Cylindrical-coordinate representation of color #01165C: hue angle of 226.15º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01165C is Cyan = 0.99, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 1 22 92 -
CMYK 0.99 0.76 0 0.64
HSL 226.15º 0.98% 0.18% -
HSV(B) 226.15º 0.99% 0.36% -
XYZ 2.23 1.35 10.27 -
YUV 23.7 166.54 111.81 -
System Red Green Blue C M Y K H S L
Decimal 1 22 92 0.99 0.76 0 0.64 226.15 0.98 0.18
Hex 1 16 5C 63 4C 0 40 E2 62 12
Octal 1 26 134 143 114 0 100 342 142 22
Binary 1 10110 1011100 1100011 1001100 0 1000000 11100010 1100010 10010

Color Harmonies of #01165C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01165C

Black with #01165C

Text Example


Text Example

White with #01165C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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