Html Css Color HEX #011969 Sapphire

📋 copy color: '#011969'

red 1 ◦ green 25 ◦ blue 105

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

Shades of Sapphire #011969

Tints of Sapphire #011969

RGB

 RED value IS 1 (0.78% from 255) = 0.76%

 GREEN value IS 25 (10.16% from 255) = 19.08%

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

R = 0.76%
G = 19.08%
B = 80.15%

CMYK

 C value IS 0.99

 M value IS 0.76

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#011969 (or 0x011969) is known color: Sapphire. HEX triplet: 01, 19 and 69. RGB value is (1,25,105). Sum of RGB (Red+Green+Blue) = 1+25+105=131 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.76% from 131); Green value is 25 (10.16% from 255 or 19.08% from 131); Blue value is 105 (41.41% from 255 or 80.15% from 131); Max value from RGB is 105 - color contains mainly: blue. Hex color #011969 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #011969 is #FEE696. Grayscale: #1A1A1A. Windows color (decimal): -16705175 or 6887681. OLE color: 6887681.

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

Color convert

RGB 1 25 105 -
CMYK 0.99 0.76 0 0.59
HSL 226.15º 0.98% 0.21% -
HSV(B) 226.15º 0.99% 0.41% -
XYZ 2.91 1.72 13.54 -
YUV 26.94 172.05 109.5 -
System Red Green Blue C M Y K H S L
Decimal 1 25 105 0.99 0.76 0 0.59 226.15 0.98 0.21
Hex 1 19 69 63 4C 0 3B E2 62 15
Octal 1 31 151 143 114 0 73 342 142 25
Binary 1 11001 1101001 1100011 1001100 0 111011 11100010 1100010 10101

Color Harmonies of #011969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011969

Black with #011969

Text Example


Text Example

White with #011969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011969; }

 p { color: rgb(1,25,105); }

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

background-color css

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

 a { background-color: rgb(1,25,105); }

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

border-color css

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

 span { border-color: rgb(1,25,105); }

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