Html Css Color HEX #01286A Sapphire

📋 copy color: '#01286A'

red 1 ◦ green 40 ◦ blue 106

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

Shades of Sapphire #01286A

Tints of Sapphire #01286A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 72.11%

R = 0.68%
G = 27.21%
B = 72.11%

CMYK

 C value IS 0.99

 M value IS 0.62

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#01286A (or 0x01286A) is known color: Sapphire. HEX triplet: 01, 28 and 6A. RGB value is (1,40,106). Sum of RGB (Red+Green+Blue) = 1+40+106=147 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.68% from 147); Green value is 40 (16.02% from 255 or 27.21% from 147); Blue value is 106 (41.80% from 255 or 72.11% from 147); Max value from RGB is 106 - color contains mainly: blue. Hex color #01286A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01286A is #FED795. Grayscale: #232323. Windows color (decimal): -16701334 or 6957057. OLE color: 6957057.

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

Color convert

RGB 1 40 106 -
CMYK 0.99 0.62 0 0.58
HSL 217.71º 0.98% 0.21% -
HSV(B) 217.71º 0.99% 0.42% -
XYZ 3.37 2.56 13.95 -
YUV 35.86 167.58 103.13 -
System Red Green Blue C M Y K H S L
Decimal 1 40 106 0.99 0.62 0 0.58 217.71 0.98 0.21
Hex 1 28 6A 63 3E 0 3A DA 62 15
Octal 1 50 152 143 76 0 72 332 142 25
Binary 1 101000 1101010 1100011 111110 0 111010 11011010 1100010 10101

Color Harmonies of #01286A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01286A

Black with #01286A

Text Example


Text Example

White with #01286A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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