Html Css Color HEX #01154E Sapphire

📋 copy color: '#01154E'

red 1 ◦ green 21 ◦ blue 78

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

Shades of Sapphire #01154E

Tints of Sapphire #01154E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 78%

R = 1%
G = 21%
B = 78%

CMYK

 C value IS 0.99

 M value IS 0.73

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#01154E (or 0x01154E) is known color: Sapphire. HEX triplet: 01, 15 and 4E. RGB value is (1,21,78). Sum of RGB (Red+Green+Blue) = 1+21+78=100 (13% of max value = 765). Red value is 1 (0.78% from 255 or 1% from 100); Green value is 21 (8.59% from 255 or 21% from 100); Blue value is 78 (30.86% from 255 or 78% from 100); Max value from RGB is 78 - color contains mainly: blue. Hex color #01154E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01154E is #FEEAB1. Grayscale: #151515. Windows color (decimal): -16706226 or 5117185. OLE color: 5117185.

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

Color convert

RGB 1 21 78 -
CMYK 0.99 0.73 0 0.69
HSL 224.42º 0.97% 0.15% -
HSV(B) 224.42º 0.99% 0.31% -
XYZ 1.66 1.09 7.33 -
YUV 21.52 159.87 113.37 -
System Red Green Blue C M Y K H S L
Decimal 1 21 78 0.99 0.73 0 0.69 224.42 0.97 0.15
Hex 1 15 4E 63 49 0 45 E0 61 F
Octal 1 25 116 143 111 0 105 340 141 17
Binary 1 10101 1001110 1100011 1001001 0 1000101 11100000 1100001 1111

Color Harmonies of #01154E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01154E

Black with #01154E

Text Example


Text Example

White with #01154E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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