Html Css Color HEX #01266B Sapphire

📋 copy color: '#01266B'

red 1 ◦ green 38 ◦ blue 107

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

Shades of Sapphire #01266B

Tints of Sapphire #01266B

RGB

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

 GREEN value IS 38 (15.23% from 255) = 26.03%

 BLUE value IS 107 (42.19% from 255) = 73.29%

R = 0.68%
G = 26.03%
B = 73.29%

CMYK

 C value IS 0.99

 M value IS 0.64

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#01266B (or 0x01266B) is known color: Sapphire. HEX triplet: 01, 26 and 6B. RGB value is (1,38,107). Sum of RGB (Red+Green+Blue) = 1+38+107=146 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.68% from 146); Green value is 38 (15.23% from 255 or 26.03% from 146); Blue value is 107 (42.19% from 255 or 73.29% from 146); Max value from RGB is 107 - color contains mainly: blue. Hex color #01266B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01266B is #FED994. Grayscale: #222222. Windows color (decimal): -16701845 or 7022081. OLE color: 7022081.

HSL color Cylindrical-coordinate representation of color #01266B: hue angle of 219.06º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01266B is Cyan = 0.99, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 1 38 107 -
CMYK 0.99 0.64 0 0.58
HSL 219.06º 0.98% 0.21% -
HSV(B) 219.06º 0.99% 0.42% -
XYZ 3.36 2.45 14.21 -
YUV 34.8 168.74 103.89 -
System Red Green Blue C M Y K H S L
Decimal 1 38 107 0.99 0.64 0 0.58 219.06 0.98 0.21
Hex 1 26 6B 63 40 0 3A DB 62 15
Octal 1 46 153 143 100 0 72 333 142 25
Binary 1 100110 1101011 1100011 1000000 0 111010 11011011 1100010 10101

Color Harmonies of #01266B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01266B

Black with #01266B

Text Example


Text Example

White with #01266B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01266B; }

 p { color: rgb(1,38,107); }

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

background-color css

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

 a { background-color: rgb(1,38,107); }

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

border-color css

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

 span { border-color: rgb(1,38,107); }

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