Html Css Color HEX #011264 Sapphire

📋 copy color: '#011264'

red 1 ◦ green 18 ◦ blue 100

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

Shades of Sapphire #011264

Tints of Sapphire #011264

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 84.03%

R = 0.84%
G = 15.13%
B = 84.03%

CMYK

 C value IS 0.99

 M value IS 0.82

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#011264 (or 0x011264) is known color: Sapphire. HEX triplet: 01, 12 and 64. RGB value is (1,18,100). Sum of RGB (Red+Green+Blue) = 1+18+100=119 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.84% from 119); Green value is 18 (7.42% from 255 or 15.13% from 119); Blue value is 100 (39.45% from 255 or 84.03% from 119); Max value from RGB is 100 - color contains mainly: blue. Hex color #011264 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #011264 is #FEED9B. Grayscale: #151515. Windows color (decimal): -16706972 or 6558209. OLE color: 6558209.

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

Color convert

RGB 1 18 100 -
CMYK 0.99 0.82 0 0.61
HSL 229.7º 0.98% 0.2% -
HSV(B) 229.7º 0.99% 0.39% -
XYZ 2.53 1.36 12.19 -
YUV 22.27 171.87 112.83 -
System Red Green Blue C M Y K H S L
Decimal 1 18 100 0.99 0.82 0 0.61 229.7 0.98 0.2
Hex 1 12 64 63 52 0 3D E6 62 14
Octal 1 22 144 143 122 0 75 346 142 24
Binary 1 10010 1100100 1100011 1010010 0 111101 11100110 1100010 10100

Color Harmonies of #011264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011264

Black with #011264

Text Example


Text Example

White with #011264

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011264; }

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

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

background-color css

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

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

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

border-color css

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

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

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