Html Css Color HEX #01266F Sapphire

📋 copy color: '#01266F'

red 1 ◦ green 38 ◦ blue 111

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

Shades of Sapphire #01266F

Tints of Sapphire #01266F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 74%

R = 0.67%
G = 25.33%
B = 74%

CMYK

 C value IS 0.99

 M value IS 0.66

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#01266F (or 0x01266F) is known color: Sapphire. HEX triplet: 01, 26 and 6F. RGB value is (1,38,111). Sum of RGB (Red+Green+Blue) = 1+38+111=150 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.67% from 150); Green value is 38 (15.23% from 255 or 25.33% from 150); Blue value is 111 (43.75% from 255 or 74% from 150); Max value from RGB is 111 - color contains mainly: blue. Hex color #01266F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01266F is #FED990. Grayscale: #222222. Windows color (decimal): -16701841 or 7284225. OLE color: 7284225.

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

Color convert

RGB 1 38 111 -
CMYK 0.99 0.66 0 0.56
HSL 219.82º 0.98% 0.22% -
HSV(B) 219.82º 0.99% 0.44% -
XYZ 3.57 2.54 15.34 -
YUV 35.26 170.74 103.56 -
System Red Green Blue C M Y K H S L
Decimal 1 38 111 0.99 0.66 0 0.56 219.82 0.98 0.22
Hex 1 26 6F 63 42 0 38 DC 62 16
Octal 1 46 157 143 102 0 70 334 142 26
Binary 1 100110 1101111 1100011 1000010 0 111000 11011100 1100010 10110

Color Harmonies of #01266F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01266F

Black with #01266F

Text Example


Text Example

White with #01266F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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