Html Css Color HEX #01286E Sapphire

📋 copy color: '#01286E'

red 1 ◦ green 40 ◦ blue 110

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

Shades of Sapphire #01286E

Tints of Sapphire #01286E

RGB

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

 GREEN value IS 40 (16.02% from 255) = 26.49%

 BLUE value IS 110 (43.36% from 255) = 72.85%

R = 0.66%
G = 26.49%
B = 72.85%

CMYK

 C value IS 0.99

 M value IS 0.64

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#01286E (or 0x01286E) is known color: Sapphire. HEX triplet: 01, 28 and 6E. RGB value is (1,40,110). Sum of RGB (Red+Green+Blue) = 1+40+110=151 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.66% from 151); Green value is 40 (16.02% from 255 or 26.49% from 151); Blue value is 110 (43.36% from 255 or 72.85% from 151); Max value from RGB is 110 - color contains mainly: blue. Hex color #01286E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01286E is #FED791. Grayscale: #242424. Windows color (decimal): -16701330 or 7219201. OLE color: 7219201.

HSL color Cylindrical-coordinate representation of color #01286E: hue angle of 218.53º 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 #01286E is Cyan = 0.99, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 1 40 110 -
CMYK 0.99 0.64 0 0.57
HSL 218.53º 0.98% 0.22% -
HSV(B) 218.53º 0.99% 0.43% -
XYZ 3.59 2.65 15.07 -
YUV 36.32 169.58 102.81 -
System Red Green Blue C M Y K H S L
Decimal 1 40 110 0.99 0.64 0 0.57 218.53 0.98 0.22
Hex 1 28 6E 63 40 0 39 DB 62 16
Octal 1 50 156 143 100 0 71 333 142 26
Binary 1 101000 1101110 1100011 1000000 0 111001 11011011 1100010 10110

Color Harmonies of #01286E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01286E

Black with #01286E

Text Example


Text Example

White with #01286E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01286E; }

 p { color: rgb(1,40,110); }

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

background-color css

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

 a { background-color: rgb(1,40,110); }

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

border-color css

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

 span { border-color: rgb(1,40,110); }

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