Html Css Color HEX #00116D Sapphire

📋 copy color: '#00116D'

red 0 ◦ green 17 ◦ blue 109

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

Shades of Sapphire #00116D

Tints of Sapphire #00116D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 86.51%

R = 0%
G = 13.49%
B = 86.51%

CMYK

 C value IS 1

 M value IS 0.84

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#00116D (or 0x00116D) is known color: Sapphire. HEX triplet: 00, 11 and 6D. RGB value is (0,17,109). Sum of RGB (Red+Green+Blue) = 0+17+109=126 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 126); Green value is 17 (7.03% from 255 or 13.49% from 126); Blue value is 109 (42.97% from 255 or 86.51% from 126); Max value from RGB is 109 - color contains mainly: blue. Hex color #00116D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #00116D is #FFEE92. Grayscale: #161616. Windows color (decimal): -16772755 or 7147776. OLE color: 7147776.

HSL color Cylindrical-coordinate representation of color #00116D: hue angle of 230.64º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00116D is Cyan = 1, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 0 17 109 -
CMYK 1 0.84 0 0.57
HSL 230.64º 1% 0.21% -
HSV(B) 230.64º 1% 0.43% -
XYZ 2.96 1.51 14.6 -
YUV 22.41 176.87 112.02 -
System Red Green Blue C M Y K H S L
Decimal 0 17 109 1 0.84 0 0.57 230.64 1 0.21
Hex 0 11 6D 64 54 0 39 E7 64 15
Octal 0 21 155 144 124 0 71 347 144 25
Binary 0 10001 1101101 1100100 1010100 0 111001 11100111 1100100 10101

Color Harmonies of #00116D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00116D

Black with #00116D

Text Example


Text Example

White with #00116D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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