Html Css Color HEX #00114D Sapphire

📋 copy color: '#00114D'

red 0 ◦ green 17 ◦ blue 77

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

Shades of Sapphire #00114D

Tints of Sapphire #00114D

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 17 (7.03% from 255) = 18.09%

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

R = 0%
G = 18.09%
B = 81.91%

CMYK

 C value IS 1

 M value IS 0.78

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#00114D (or 0x00114D) is known color: Sapphire. HEX triplet: 00, 11 and 4D. RGB value is (0,17,77). Sum of RGB (Red+Green+Blue) = 0+17+77=94 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 94); Green value is 17 (7.03% from 255 or 18.09% from 94); Blue value is 77 (30.47% from 255 or 81.91% from 94); Max value from RGB is 77 - color contains mainly: blue. Hex color #00114D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #00114D is #FFEEB2. Grayscale: #121212. Windows color (decimal): -16772787 or 5050624. OLE color: 5050624.

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

Color convert

RGB 0 17 77 -
CMYK 1 0.78 0 0.70
HSL 226.75º 1% 0.15% -
HSV(B) 226.75º 1% 0.3% -
XYZ 1.54 0.94 7.12 -
YUV 18.76 160.87 114.62 -
System Red Green Blue C M Y K H S L
Decimal 0 17 77 1 0.78 0 0.70 226.75 1 0.15
Hex 0 11 4D 64 4E 0 46 E3 64 F
Octal 0 21 115 144 116 0 106 343 144 17
Binary 0 10001 1001101 1100100 1001110 0 1000110 11100011 1100100 1111

Color Harmonies of #00114D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00114D

Black with #00114D

Text Example


Text Example

White with #00114D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,17,77); }

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

background-color css

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

 a { background-color: rgb(0,17,77); }

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

border-color css

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

 span { border-color: rgb(0,17,77); }

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