Html Css Color HEX #01145E Sapphire

📋 copy color: '#01145E'

red 1 ◦ green 20 ◦ blue 94

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

Shades of Sapphire #01145E

Tints of Sapphire #01145E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 81.74%

R = 0.87%
G = 17.39%
B = 81.74%

CMYK

 C value IS 0.99

 M value IS 0.79

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#01145E (or 0x01145E) is known color: Sapphire. HEX triplet: 01, 14 and 5E. RGB value is (1,20,94). Sum of RGB (Red+Green+Blue) = 1+20+94=115 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.87% from 115); Green value is 20 (8.20% from 255 or 17.39% from 115); Blue value is 94 (37.11% from 255 or 81.74% from 115); Max value from RGB is 94 - color contains mainly: blue. Hex color #01145E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01145E is #FEEBA1. Grayscale: #161616. Windows color (decimal): -16706466 or 6165505. OLE color: 6165505.

HSL color Cylindrical-coordinate representation of color #01145E: hue angle of 227.74º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01145E is Cyan = 0.99, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 1 20 94 -
CMYK 0.99 0.79 0 0.63
HSL 227.74º 0.98% 0.19% -
HSV(B) 227.74º 0.99% 0.37% -
XYZ 2.28 1.31 10.72 -
YUV 22.76 168.21 112.48 -
System Red Green Blue C M Y K H S L
Decimal 1 20 94 0.99 0.79 0 0.63 227.74 0.98 0.19
Hex 1 14 5E 63 4F 0 3F E4 62 13
Octal 1 24 136 143 117 0 77 344 142 23
Binary 1 10100 1011110 1100011 1001111 0 111111 11100100 1100010 10011

Color Harmonies of #01145E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01145E

Black with #01145E

Text Example


Text Example

White with #01145E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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