Html Css Color HEX #01145C Sapphire

📋 copy color: '#01145C'

red 1 ◦ green 20 ◦ blue 92

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

Shades of Sapphire #01145C

Tints of Sapphire #01145C

RGB

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

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

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

R = 0.88%
G = 17.7%
B = 81.42%

CMYK

 C value IS 0.99

 M value IS 0.78

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#01145C (or 0x01145C) is known color: Sapphire. HEX triplet: 01, 14 and 5C. RGB value is (1,20,92). Sum of RGB (Red+Green+Blue) = 1+20+92=113 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.88% from 113); Green value is 20 (8.20% from 255 or 17.70% from 113); Blue value is 92 (36.33% from 255 or 81.42% from 113); Max value from RGB is 92 - color contains mainly: blue. Hex color #01145C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01145C is #FEEBA3. Grayscale: #161616. Windows color (decimal): -16706468 or 6034433. OLE color: 6034433.

HSL color Cylindrical-coordinate representation of color #01145C: hue angle of 227.47º 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 #01145C is Cyan = 0.99, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 1 20 92 -
CMYK 0.99 0.78 0 0.64
HSL 227.47º 0.98% 0.18% -
HSV(B) 227.47º 0.99% 0.36% -
XYZ 2.19 1.28 10.26 -
YUV 22.53 167.21 112.65 -
System Red Green Blue C M Y K H S L
Decimal 1 20 92 0.99 0.78 0 0.64 227.47 0.98 0.18
Hex 1 14 5C 63 4E 0 40 E3 62 12
Octal 1 24 134 143 116 0 100 343 142 22
Binary 1 10100 1011100 1100011 1001110 0 1000000 11100011 1100010 10010

Color Harmonies of #01145C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01145C

Black with #01145C

Text Example


Text Example

White with #01145C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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