Html Css Color HEX #01156B Sapphire

📋 copy color: '#01156B'

red 1 ◦ green 21 ◦ blue 107

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

Shades of Sapphire #01156B

Tints of Sapphire #01156B

RGB

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

 GREEN value IS 21 (8.59% from 255) = 16.28%

 BLUE value IS 107 (42.19% from 255) = 82.95%

R = 0.78%
G = 16.28%
B = 82.95%

CMYK

 C value IS 0.99

 M value IS 0.80

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#01156B (or 0x01156B) is known color: Sapphire. HEX triplet: 01, 15 and 6B. RGB value is (1,21,107). Sum of RGB (Red+Green+Blue) = 1+21+107=129 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.78% from 129); Green value is 21 (8.59% from 255 or 16.28% from 129); Blue value is 107 (42.19% from 255 or 82.95% from 129); Max value from RGB is 107 - color contains mainly: blue. Hex color #01156B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01156B is #FEEA94. Grayscale: #181818. Windows color (decimal): -16706197 or 7017729. OLE color: 7017729.

HSL color Cylindrical-coordinate representation of color #01156B: hue angle of 228.68º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01156B is Cyan = 0.99, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 1 21 107 -
CMYK 0.99 0.80 0 0.58
HSL 228.68º 0.98% 0.21% -
HSV(B) 228.68º 0.99% 0.42% -
XYZ 2.93 1.6 14.06 -
YUV 24.82 174.37 111.01 -
System Red Green Blue C M Y K H S L
Decimal 1 21 107 0.99 0.80 0 0.58 228.68 0.98 0.21
Hex 1 15 6B 63 50 0 3A E5 62 15
Octal 1 25 153 143 120 0 72 345 142 25
Binary 1 10101 1101011 1100011 1010000 0 111010 11100101 1100010 10101

Color Harmonies of #01156B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01156B

Black with #01156B

Text Example


Text Example

White with #01156B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01156B; }

 p { color: rgb(1,21,107); }

 H1.HeaderClassName
 {
   color: #01156B;
 }
 .AnyTagClassName
 {
   color: #01156B;
 }
</style>

background-color css

<style>
 a { background-color: #01156B; }

 a { background-color: rgb(1,21,107); }

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

border-color css

<style>
 span { border-color: #01156B; }

 span { border-color: rgb(1,21,107); }

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