Html Css Color HEX #01286C Sapphire

📋 copy color: '#01286C'

red 1 ◦ green 40 ◦ blue 108

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

Shades of Sapphire #01286C

Tints of Sapphire #01286C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 72.48%

R = 0.67%
G = 26.85%
B = 72.48%

CMYK

 C value IS 0.99

 M value IS 0.63

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#01286C (or 0x01286C) is known color: Sapphire. HEX triplet: 01, 28 and 6C. RGB value is (1,40,108). Sum of RGB (Red+Green+Blue) = 1+40+108=149 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.67% from 149); Green value is 40 (16.02% from 255 or 26.85% from 149); Blue value is 108 (42.58% from 255 or 72.48% from 149); Max value from RGB is 108 - color contains mainly: blue. Hex color #01286C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01286C is #FED793. Grayscale: #232323. Windows color (decimal): -16701332 or 7088129. OLE color: 7088129.

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

Color convert

RGB 1 40 108 -
CMYK 0.99 0.63 0 0.58
HSL 218.13º 0.98% 0.21% -
HSV(B) 218.13º 0.99% 0.42% -
XYZ 3.48 2.61 14.51 -
YUV 36.09 168.58 102.97 -
System Red Green Blue C M Y K H S L
Decimal 1 40 108 0.99 0.63 0 0.58 218.13 0.98 0.21
Hex 1 28 6C 63 3F 0 3A DA 62 15
Octal 1 50 154 143 77 0 72 332 142 25
Binary 1 101000 1101100 1100011 111111 0 111010 11011010 1100010 10101

Color Harmonies of #01286C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01286C

Black with #01286C

Text Example


Text Example

White with #01286C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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