Html Css Color HEX #011C69 Sapphire

📋 copy color: '#011C69'

red 1 ◦ green 28 ◦ blue 105

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

Shades of Sapphire #011C69

Tints of Sapphire #011C69

RGB

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

 GREEN value IS 28 (11.33% from 255) = 20.9%

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

R = 0.75%
G = 20.9%
B = 78.36%

CMYK

 C value IS 0.99

 M value IS 0.73

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#011C69 (or 0x011C69) is known color: Sapphire. HEX triplet: 01, 1C and 69. RGB value is (1,28,105). Sum of RGB (Red+Green+Blue) = 1+28+105=134 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.75% from 134); Green value is 28 (11.33% from 255 or 20.90% from 134); Blue value is 105 (41.41% from 255 or 78.36% from 134); Max value from RGB is 105 - color contains mainly: blue. Hex color #011C69 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #011C69 is #FEE396. Grayscale: #1C1C1C. Windows color (decimal): -16704407 or 6888449. OLE color: 6888449.

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

Color convert

RGB 1 28 105 -
CMYK 0.99 0.73 0 0.59
HSL 224.42º 0.98% 0.21% -
HSV(B) 224.42º 0.99% 0.41% -
XYZ 2.98 1.86 13.57 -
YUV 28.71 171.05 108.24 -
System Red Green Blue C M Y K H S L
Decimal 1 28 105 0.99 0.73 0 0.59 224.42 0.98 0.21
Hex 1 1C 69 63 49 0 3B E0 62 15
Octal 1 34 151 143 111 0 73 340 142 25
Binary 1 11100 1101001 1100011 1001001 0 111011 11100000 1100010 10101

Color Harmonies of #011C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011C69

Black with #011C69

Text Example


Text Example

White with #011C69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011C69; }

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

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

background-color css

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

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

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

border-color css

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

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

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