Html Css Color HEX #011469 Sapphire

📋 copy color: '#011469'

red 1 ◦ green 20 ◦ blue 105

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

Shades of Sapphire #011469

Tints of Sapphire #011469

RGB

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

 GREEN value IS 20 (8.2% from 255) = 15.87%

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

R = 0.79%
G = 15.87%
B = 83.33%

CMYK

 C value IS 0.99

 M value IS 0.81

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#011469 (or 0x011469) is known color: Sapphire. HEX triplet: 01, 14 and 69. RGB value is (1,20,105). Sum of RGB (Red+Green+Blue) = 1+20+105=126 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.79% from 126); Green value is 20 (8.20% from 255 or 15.87% from 126); Blue value is 105 (41.41% from 255 or 83.33% from 126); Max value from RGB is 105 - color contains mainly: blue. Hex color #011469 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #011469 is #FEEB96. Grayscale: #171717. Windows color (decimal): -16706455 or 6886401. OLE color: 6886401.

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

Color convert

RGB 1 20 105 -
CMYK 0.99 0.81 0 0.59
HSL 229.04º 0.98% 0.21% -
HSV(B) 229.04º 0.99% 0.41% -
XYZ 2.81 1.53 13.51 -
YUV 24.01 173.71 111.59 -
System Red Green Blue C M Y K H S L
Decimal 1 20 105 0.99 0.81 0 0.59 229.04 0.98 0.21
Hex 1 14 69 63 51 0 3B E5 62 15
Octal 1 24 151 143 121 0 73 345 142 25
Binary 1 10100 1101001 1100011 1010001 0 111011 11100101 1100010 10101

Color Harmonies of #011469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011469

Black with #011469

Text Example


Text Example

White with #011469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011469; }

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

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

background-color css

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

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

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

border-color css

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

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

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