Html Css Color HEX #00114C Sapphire

📋 copy color: '#00114C'

red 0 ◦ green 17 ◦ blue 76

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

Shades of Sapphire #00114C

Tints of Sapphire #00114C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 81.72%

R = 0%
G = 18.28%
B = 81.72%

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

#00114C (or 0x00114C) is known color: Sapphire. HEX triplet: 00, 11 and 4C. RGB value is (0,17,76). Sum of RGB (Red+Green+Blue) = 0+17+76=93 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 93); Green value is 17 (7.03% from 255 or 18.28% from 93); Blue value is 76 (30.08% from 255 or 81.72% from 93); Max value from RGB is 76 - color contains mainly: blue. Hex color #00114C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #00114C is #FFEEB3. Grayscale: #121212. Windows color (decimal): -16772788 or 4985088. OLE color: 4985088.

HSL color Cylindrical-coordinate representation of color #00114C: hue angle of 226.58º 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 #00114C is Cyan = 1, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 0 17 76 -
CMYK 1 0.78 0 0.70
HSL 226.58º 1% 0.15% -
HSV(B) 226.58º 1% 0.3% -
XYZ 1.5 0.92 6.94 -
YUV 18.64 160.37 114.7 -
System Red Green Blue C M Y K H S L
Decimal 0 17 76 1 0.78 0 0.70 226.58 1 0.15
Hex 0 11 4C 64 4E 0 46 E3 64 F
Octal 0 21 114 144 116 0 106 343 144 17
Binary 0 10001 1001100 1100100 1001110 0 1000110 11100011 1100100 1111

Color Harmonies of #00114C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00114C

Black with #00114C

Text Example


Text Example

White with #00114C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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