Html Css Color HEX #01134A Sapphire

📋 copy color: '#01134A'

red 1 ◦ green 19 ◦ blue 74

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

Shades of Sapphire #01134A

Tints of Sapphire #01134A

RGB

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

 GREEN value IS 19 (7.81% from 255) = 20.21%

 BLUE value IS 74 (29.3% from 255) = 78.72%

R = 1.06%
G = 20.21%
B = 78.72%

CMYK

 C value IS 0.99

 M value IS 0.74

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#01134A (or 0x01134A) is known color: Sapphire. HEX triplet: 01, 13 and 4A. RGB value is (1,19,74). Sum of RGB (Red+Green+Blue) = 1+19+74=94 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.06% from 94); Green value is 19 (7.81% from 255 or 20.21% from 94); Blue value is 74 (29.30% from 255 or 78.72% from 94); Max value from RGB is 74 - color contains mainly: blue. Hex color #01134A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01134A is #FEECB5. Grayscale: #131313. Windows color (decimal): -16706742 or 4854529. OLE color: 4854529.

HSL color Cylindrical-coordinate representation of color #01134A: hue angle of 225.21º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01134A is Cyan = 0.99, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 1 19 74 -
CMYK 0.99 0.74 0 0.71
HSL 225.21º 0.97% 0.15% -
HSV(B) 225.21º 0.99% 0.29% -
XYZ 1.48 0.97 6.59 -
YUV 19.89 158.54 114.53 -
System Red Green Blue C M Y K H S L
Decimal 1 19 74 0.99 0.74 0 0.71 225.21 0.97 0.15
Hex 1 13 4A 63 4A 0 47 E1 61 F
Octal 1 23 112 143 112 0 107 341 141 17
Binary 1 10011 1001010 1100011 1001010 0 1000111 11100001 1100001 1111

Color Harmonies of #01134A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01134A

Black with #01134A

Text Example


Text Example

White with #01134A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01134A; }

 p { color: rgb(1,19,74); }

 H1.HeaderClassName
 {
   color: #01134A;
 }
 .AnyTagClassName
 {
   color: #01134A;
 }
</style>

background-color css

<style>
 a { background-color: #01134A; }

 a { background-color: rgb(1,19,74); }

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

border-color css

<style>
 span { border-color: #01134A; }

 span { border-color: rgb(1,19,74); }

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