Html Css Color HEX #001069 Sapphire

📋 copy color: '#001069'

red 0 ◦ green 16 ◦ blue 105

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

Shades of Sapphire #001069

Tints of Sapphire #001069

RGB

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

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

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

R = 0%
G = 13.22%
B = 86.78%

CMYK

 C value IS 1

 M value IS 0.85

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#001069 (or 0x001069) is known color: Sapphire. HEX triplet: 00, 10 and 69. RGB value is (0,16,105). Sum of RGB (Red+Green+Blue) = 0+16+105=121 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 121); Green value is 16 (6.64% from 255 or 13.22% from 121); Blue value is 105 (41.41% from 255 or 86.78% from 121); Max value from RGB is 105 - color contains mainly: blue. Hex color #001069 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #001069 is #FFEF96. Grayscale: #141414. Windows color (decimal): -16773015 or 6885376. OLE color: 6885376.

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

Color convert

RGB 0 16 105 -
CMYK 1 0.85 0 0.59
HSL 230.86º 1% 0.21% -
HSV(B) 230.86º 1% 0.41% -
XYZ 2.74 1.39 13.49 -
YUV 21.36 175.2 112.76 -
System Red Green Blue C M Y K H S L
Decimal 0 16 105 1 0.85 0 0.59 230.86 1 0.21
Hex 0 10 69 64 55 0 3B E7 64 15
Octal 0 20 151 144 125 0 73 347 144 25
Binary 0 10000 1101001 1100100 1010101 0 111011 11100111 1100100 10101

Color Harmonies of #001069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001069

Black with #001069

Text Example


Text Example

White with #001069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001069; }

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

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

background-color css

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

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

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

border-color css

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

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

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