Html Css Color HEX #001169 Sapphire

📋 copy color: '#001169'

red 0 ◦ green 17 ◦ blue 105

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

Shades of Sapphire #001169

Tints of Sapphire #001169

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 86.07%

R = 0%
G = 13.93%
B = 86.07%

CMYK

 C value IS 1

 M value IS 0.84

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#001169 (or 0x001169) is known color: Sapphire. HEX triplet: 00, 11 and 69. RGB value is (0,17,105). Sum of RGB (Red+Green+Blue) = 0+17+105=122 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 122); Green value is 17 (7.03% from 255 or 13.93% from 122); Blue value is 105 (41.41% from 255 or 86.07% from 122); Max value from RGB is 105 - color contains mainly: blue. Hex color #001169 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #001169 is #FFEE96. Grayscale: #151515. Windows color (decimal): -16772759 or 6885632. OLE color: 6885632.

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

Color convert

RGB 0 17 105 -
CMYK 1 0.84 0 0.59
HSL 230.29º 1% 0.21% -
HSV(B) 230.29º 1% 0.41% -
XYZ 2.75 1.42 13.49 -
YUV 21.95 174.87 112.34 -
System Red Green Blue C M Y K H S L
Decimal 0 17 105 1 0.84 0 0.59 230.29 1 0.21
Hex 0 11 69 64 54 0 3B E6 64 15
Octal 0 21 151 144 124 0 73 346 144 25
Binary 0 10001 1101001 1100100 1010100 0 111011 11100110 1100100 10101

Color Harmonies of #001169

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001169

Black with #001169

Text Example


Text Example

White with #001169

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001169; }

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

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

background-color css

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

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

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

border-color css

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

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

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