Html Css Color HEX #00106D Sapphire

📋 copy color: '#00106D'

red 0 ◦ green 16 ◦ blue 109

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

Shades of Sapphire #00106D

Tints of Sapphire #00106D

RGB

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

 GREEN value IS 16 (6.64% from 255) = 12.8%

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

R = 0%
G = 12.8%
B = 87.2%

CMYK

 C value IS 1

 M value IS 0.85

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#00106D (or 0x00106D) is known color: Sapphire. HEX triplet: 00, 10 and 6D. RGB value is (0,16,109). Sum of RGB (Red+Green+Blue) = 0+16+109=125 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 125); Green value is 16 (6.64% from 255 or 12.8% from 125); Blue value is 109 (42.97% from 255 or 87.2% from 125); Max value from RGB is 109 - color contains mainly: blue. Hex color #00106D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #00106D is #FFEF92. Grayscale: #151515. Windows color (decimal): -16773011 or 7147520. OLE color: 7147520.

HSL color Cylindrical-coordinate representation of color #00106D: hue angle of 231.19º 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 #00106D is Cyan = 1, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 0 16 109 -
CMYK 1 0.85 0 0.57
HSL 231.19º 1% 0.21% -
HSV(B) 231.19º 1% 0.43% -
XYZ 2.95 1.47 14.6 -
YUV 21.82 177.2 112.44 -
System Red Green Blue C M Y K H S L
Decimal 0 16 109 1 0.85 0 0.57 231.19 1 0.21
Hex 0 10 6D 64 55 0 39 E7 64 15
Octal 0 20 155 144 125 0 71 347 144 25
Binary 0 10000 1101101 1100100 1010101 0 111001 11100111 1100100 10101

Color Harmonies of #00106D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00106D

Black with #00106D

Text Example


Text Example

White with #00106D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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