Html Css Color HEX #01146B Sapphire

📋 copy color: '#01146B'

red 1 ◦ green 20 ◦ blue 107

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

Shades of Sapphire #01146B

Tints of Sapphire #01146B

RGB

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

 GREEN value IS 20 (8.2% from 255) = 15.63%

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

R = 0.78%
G = 15.63%
B = 83.59%

CMYK

 C value IS 0.99

 M value IS 0.81

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#01146B (or 0x01146B) is known color: Sapphire. HEX triplet: 01, 14 and 6B. RGB value is (1,20,107). Sum of RGB (Red+Green+Blue) = 1+20+107=128 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.78% from 128); Green value is 20 (8.20% from 255 or 15.62% from 128); Blue value is 107 (42.19% from 255 or 83.59% from 128); Max value from RGB is 107 - color contains mainly: blue. Hex color #01146B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01146B is #FEEB94. Grayscale: #171717. Windows color (decimal): -16706453 or 7017473. OLE color: 7017473.

HSL color Cylindrical-coordinate representation of color #01146B: hue angle of 229.25º 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 #01146B is Cyan = 0.99, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 1 20 107 -
CMYK 0.99 0.81 0 0.58
HSL 229.25º 0.98% 0.21% -
HSV(B) 229.25º 0.99% 0.42% -
XYZ 2.92 1.57 14.06 -
YUV 24.24 174.71 111.43 -
System Red Green Blue C M Y K H S L
Decimal 1 20 107 0.99 0.81 0 0.58 229.25 0.98 0.21
Hex 1 14 6B 63 51 0 3A E5 62 15
Octal 1 24 153 143 121 0 72 345 142 25
Binary 1 10100 1101011 1100011 1010001 0 111010 11100101 1100010 10101

Color Harmonies of #01146B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01146B

Black with #01146B

Text Example


Text Example

White with #01146B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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