Html Css Color HEX #01145F Sapphire

📋 copy color: '#01145F'

red 1 ◦ green 20 ◦ blue 95

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

Shades of Sapphire #01145F

Tints of Sapphire #01145F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 81.9%

R = 0.86%
G = 17.24%
B = 81.9%

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

#01145F (or 0x01145F) is known color: Sapphire. HEX triplet: 01, 14 and 5F. RGB value is (1,20,95). Sum of RGB (Red+Green+Blue) = 1+20+95=116 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.86% from 116); Green value is 20 (8.20% from 255 or 17.24% from 116); Blue value is 95 (37.5% from 255 or 81.90% from 116); Max value from RGB is 95 - color contains mainly: blue. Hex color #01145F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01145F is #FEEBA0. Grayscale: #161616. Windows color (decimal): -16706465 or 6231041. OLE color: 6231041.

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

Color convert

RGB 1 20 95 -
CMYK 0.99 0.79 0 0.63
HSL 227.87º 0.98% 0.19% -
HSV(B) 227.87º 0.99% 0.37% -
XYZ 2.33 1.33 10.96 -
YUV 22.87 168.71 112.4 -
System Red Green Blue C M Y K H S L
Decimal 1 20 95 0.99 0.79 0 0.63 227.87 0.98 0.19
Hex 1 14 5F 63 4F 0 3F E4 62 13
Octal 1 24 137 143 117 0 77 344 142 23
Binary 1 10100 1011111 1100011 1001111 0 111111 11100100 1100010 10011

Color Harmonies of #01145F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01145F

Black with #01145F

Text Example


Text Example

White with #01145F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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