Html Css Color HEX #011268 Sapphire

📋 copy color: '#011268'

red 1 ◦ green 18 ◦ blue 104

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

Shades of Sapphire #011268

Tints of Sapphire #011268

RGB

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

 GREEN value IS 18 (7.42% from 255) = 14.63%

 BLUE value IS 104 (41.02% from 255) = 84.55%

R = 0.81%
G = 14.63%
B = 84.55%

CMYK

 C value IS 0.99

 M value IS 0.83

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#011268 (or 0x011268) is known color: Sapphire. HEX triplet: 01, 12 and 68. RGB value is (1,18,104). Sum of RGB (Red+Green+Blue) = 1+18+104=123 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.81% from 123); Green value is 18 (7.42% from 255 or 14.63% from 123); Blue value is 104 (41.02% from 255 or 84.55% from 123); Max value from RGB is 104 - color contains mainly: blue. Hex color #011268 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #011268 is #FEED97. Grayscale: #161616. Windows color (decimal): -16706968 or 6820353. OLE color: 6820353.

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

Color convert

RGB 1 18 104 -
CMYK 0.99 0.83 0 0.59
HSL 230.1º 0.98% 0.21% -
HSV(B) 230.1º 0.99% 0.41% -
XYZ 2.73 1.44 13.23 -
YUV 22.72 173.87 112.51 -
System Red Green Blue C M Y K H S L
Decimal 1 18 104 0.99 0.83 0 0.59 230.1 0.98 0.21
Hex 1 12 68 63 53 0 3B E6 62 15
Octal 1 22 150 143 123 0 73 346 142 25
Binary 1 10010 1101000 1100011 1010011 0 111011 11100110 1100010 10101

Color Harmonies of #011268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011268

Black with #011268

Text Example


Text Example

White with #011268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011268; }

 p { color: rgb(1,18,104); }

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

background-color css

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

 a { background-color: rgb(1,18,104); }

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

border-color css

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

 span { border-color: rgb(1,18,104); }

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