Html Css Color HEX #011369 Sapphire

📋 copy color: '#011369'

red 1 ◦ green 19 ◦ blue 105

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

Shades of Sapphire #011369

Tints of Sapphire #011369

RGB

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

 GREEN value IS 19 (7.81% from 255) = 15.2%

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

R = 0.8%
G = 15.2%
B = 84%

CMYK

 C value IS 0.99

 M value IS 0.82

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#011369 (or 0x011369) is known color: Sapphire. HEX triplet: 01, 13 and 69. RGB value is (1,19,105). Sum of RGB (Red+Green+Blue) = 1+19+105=125 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.8% from 125); Green value is 19 (7.81% from 255 or 15.2% from 125); Blue value is 105 (41.41% from 255 or 84% from 125); Max value from RGB is 105 - color contains mainly: blue. Hex color #011369 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #011369 is #FEEC96. Grayscale: #171717. Windows color (decimal): -16706711 or 6886145. OLE color: 6886145.

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

Color convert

RGB 1 19 105 -
CMYK 0.99 0.82 0 0.59
HSL 229.62º 0.98% 0.21% -
HSV(B) 229.62º 0.99% 0.41% -
XYZ 2.8 1.49 13.51 -
YUV 23.42 174.04 112.01 -
System Red Green Blue C M Y K H S L
Decimal 1 19 105 0.99 0.82 0 0.59 229.62 0.98 0.21
Hex 1 13 69 63 52 0 3B E6 62 15
Octal 1 23 151 143 122 0 73 346 142 25
Binary 1 10011 1101001 1100011 1010010 0 111011 11100110 1100010 10101

Color Harmonies of #011369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011369

Black with #011369

Text Example


Text Example

White with #011369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011369; }

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

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

background-color css

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

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

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

border-color css

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

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

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