Html Css Color HEX #01266D Sapphire

📋 copy color: '#01266D'

red 1 ◦ green 38 ◦ blue 109

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

Shades of Sapphire #01266D

Tints of Sapphire #01266D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 73.65%

R = 0.68%
G = 25.68%
B = 73.65%

CMYK

 C value IS 0.99

 M value IS 0.65

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#01266D (or 0x01266D) is known color: Sapphire. HEX triplet: 01, 26 and 6D. RGB value is (1,38,109). Sum of RGB (Red+Green+Blue) = 1+38+109=148 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.68% from 148); Green value is 38 (15.23% from 255 or 25.68% from 148); Blue value is 109 (42.97% from 255 or 73.65% from 148); Max value from RGB is 109 - color contains mainly: blue. Hex color #01266D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01266D is #FED992. Grayscale: #222222. Windows color (decimal): -16701843 or 7153153. OLE color: 7153153.

HSL color Cylindrical-coordinate representation of color #01266D: hue angle of 219.44º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01266D is Cyan = 0.99, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 1 38 109 -
CMYK 0.99 0.65 0 0.57
HSL 219.44º 0.98% 0.22% -
HSV(B) 219.44º 0.99% 0.43% -
XYZ 3.47 2.5 14.77 -
YUV 35.03 169.74 103.73 -
System Red Green Blue C M Y K H S L
Decimal 1 38 109 0.99 0.65 0 0.57 219.44 0.98 0.22
Hex 1 26 6D 63 41 0 39 DB 62 16
Octal 1 46 155 143 101 0 71 333 142 26
Binary 1 100110 1101101 1100011 1000001 0 111001 11011011 1100010 10110

Color Harmonies of #01266D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01266D

Black with #01266D

Text Example


Text Example

White with #01266D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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