Html Css Color HEX #01154D Sapphire

📋 copy color: '#01154D'

red 1 ◦ green 21 ◦ blue 77

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

Shades of Sapphire #01154D

Tints of Sapphire #01154D

RGB

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

 GREEN value IS 21 (8.59% from 255) = 21.21%

 BLUE value IS 77 (30.47% from 255) = 77.78%

R = 1.01%
G = 21.21%
B = 77.78%

CMYK

 C value IS 0.99

 M value IS 0.73

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#01154D (or 0x01154D) is known color: Sapphire. HEX triplet: 01, 15 and 4D. RGB value is (1,21,77). Sum of RGB (Red+Green+Blue) = 1+21+77=99 (13% of max value = 765). Red value is 1 (0.78% from 255 or 1.01% from 99); Green value is 21 (8.59% from 255 or 21.21% from 99); Blue value is 77 (30.47% from 255 or 77.78% from 99); Max value from RGB is 77 - color contains mainly: blue. Hex color #01154D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01154D is #FEEAB2. Grayscale: #151515. Windows color (decimal): -16706227 or 5051649. OLE color: 5051649.

HSL color Cylindrical-coordinate representation of color #01154D: hue angle of 224.21º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01154D is Cyan = 0.99, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 1 21 77 -
CMYK 0.99 0.73 0 0.70
HSL 224.21º 0.97% 0.15% -
HSV(B) 224.21º 0.99% 0.3% -
XYZ 1.62 1.08 7.14 -
YUV 21.4 159.37 113.45 -
System Red Green Blue C M Y K H S L
Decimal 1 21 77 0.99 0.73 0 0.70 224.21 0.97 0.15
Hex 1 15 4D 63 49 0 46 E0 61 F
Octal 1 25 115 143 111 0 106 340 141 17
Binary 1 10101 1001101 1100011 1001001 0 1000110 11100000 1100001 1111

Color Harmonies of #01154D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01154D

Black with #01154D

Text Example


Text Example

White with #01154D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01154D; }

 p { color: rgb(1,21,77); }

 H1.HeaderClassName
 {
   color: #01154D;
 }
 .AnyTagClassName
 {
   color: #01154D;
 }
</style>

background-color css

<style>
 a { background-color: #01154D; }

 a { background-color: rgb(1,21,77); }

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

border-color css

<style>
 span { border-color: #01154D; }

 span { border-color: rgb(1,21,77); }

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