Html Css Color HEX #011265 Sapphire

📋 copy color: '#011265'

red 1 ◦ green 18 ◦ blue 101

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

Shades of Sapphire #011265

Tints of Sapphire #011265

RGB

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

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

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

R = 0.83%
G = 15%
B = 84.17%

CMYK

 C value IS 0.99

 M value IS 0.82

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#011265 (or 0x011265) is known color: Sapphire. HEX triplet: 01, 12 and 65. RGB value is (1,18,101). Sum of RGB (Red+Green+Blue) = 1+18+101=120 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.83% from 120); Green value is 18 (7.42% from 255 or 15% from 120); Blue value is 101 (39.84% from 255 or 84.17% from 120); Max value from RGB is 101 - color contains mainly: blue. Hex color #011265 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #011265 is #FEED9A. Grayscale: #161616. Windows color (decimal): -16706971 or 6623745. OLE color: 6623745.

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

Color convert

RGB 1 18 101 -
CMYK 0.99 0.82 0 0.60
HSL 229.8º 0.98% 0.2% -
HSV(B) 229.8º 0.99% 0.4% -
XYZ 2.58 1.38 12.44 -
YUV 22.38 172.37 112.75 -
System Red Green Blue C M Y K H S L
Decimal 1 18 101 0.99 0.82 0 0.60 229.8 0.98 0.2
Hex 1 12 65 63 52 0 3C E6 62 14
Octal 1 22 145 143 122 0 74 346 142 24
Binary 1 10010 1100101 1100011 1010010 0 111100 11100110 1100010 10100

Color Harmonies of #011265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011265

Black with #011265

Text Example


Text Example

White with #011265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011265; }

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

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

background-color css

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

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

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

border-color css

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

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

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