Html Css Color HEX #011065 Sapphire

📋 copy color: '#011065'

red 1 ◦ green 16 ◦ blue 101

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

Shades of Sapphire #011065

Tints of Sapphire #011065

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 85.59%

R = 0.85%
G = 13.56%
B = 85.59%

CMYK

 C value IS 0.99

 M value IS 0.84

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#011065 (or 0x011065) is known color: Sapphire. HEX triplet: 01, 10 and 65. RGB value is (1,16,101). Sum of RGB (Red+Green+Blue) = 1+16+101=118 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.85% from 118); Green value is 16 (6.64% from 255 or 13.56% from 118); Blue value is 101 (39.84% from 255 or 85.59% from 118); Max value from RGB is 101 - color contains mainly: blue. Hex color #011065 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #011065 is #FEEF9A. Grayscale: #141414. Windows color (decimal): -16707483 or 6623233. OLE color: 6623233.

HSL color Cylindrical-coordinate representation of color #011065: hue angle of 231º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011065 is Cyan = 0.99, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 1 16 101 -
CMYK 0.99 0.84 0 0.60
HSL 231º 0.98% 0.2% -
HSV(B) 231º 0.99% 0.4% -
XYZ 2.55 1.32 12.43 -
YUV 21.21 173.03 113.59 -
System Red Green Blue C M Y K H S L
Decimal 1 16 101 0.99 0.84 0 0.60 231 0.98 0.2
Hex 1 10 65 63 54 0 3C E7 62 14
Octal 1 20 145 143 124 0 74 347 142 24
Binary 1 10000 1100101 1100011 1010100 0 111100 11100111 1100010 10100

Color Harmonies of #011065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011065

Black with #011065

Text Example


Text Example

White with #011065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011065; }

 p { color: rgb(1,16,101); }

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

background-color css

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

 a { background-color: rgb(1,16,101); }

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

border-color css

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

 span { border-color: rgb(1,16,101); }

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