Html Css Color HEX #01296D Sapphire

📋 copy color: '#01296D'

red 1 ◦ green 41 ◦ blue 109

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

Shades of Sapphire #01296D

Tints of Sapphire #01296D

RGB

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

 GREEN value IS 41 (16.41% from 255) = 27.15%

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

R = 0.66%
G = 27.15%
B = 72.19%

CMYK

 C value IS 0.99

 M value IS 0.62

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#01296D (or 0x01296D) is known color: Sapphire. HEX triplet: 01, 29 and 6D. RGB value is (1,41,109). Sum of RGB (Red+Green+Blue) = 1+41+109=151 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.66% from 151); Green value is 41 (16.41% from 255 or 27.15% from 151); Blue value is 109 (42.97% from 255 or 72.19% from 151); Max value from RGB is 109 - color contains mainly: blue. Hex color #01296D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01296D is #FED692. Grayscale: #242424. Windows color (decimal): -16701075 or 7153921. OLE color: 7153921.

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

Color convert

RGB 1 41 109 -
CMYK 0.99 0.62 0 0.57
HSL 217.78º 0.98% 0.22% -
HSV(B) 217.78º 0.99% 0.43% -
XYZ 3.57 2.7 14.8 -
YUV 36.79 168.75 102.47 -
System Red Green Blue C M Y K H S L
Decimal 1 41 109 0.99 0.62 0 0.57 217.78 0.98 0.22
Hex 1 29 6D 63 3E 0 39 DA 62 16
Octal 1 51 155 143 76 0 71 332 142 26
Binary 1 101001 1101101 1100011 111110 0 111001 11011010 1100010 10110

Color Harmonies of #01296D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01296D

Black with #01296D

Text Example


Text Example

White with #01296D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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