Html Css Color HEX #01276B Sapphire

📋 copy color: '#01276B'

red 1 ◦ green 39 ◦ blue 107

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

Shades of Sapphire #01276B

Tints of Sapphire #01276B

RGB

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

 GREEN value IS 39 (15.63% from 255) = 26.53%

 BLUE value IS 107 (42.19% from 255) = 72.79%

R = 0.68%
G = 26.53%
B = 72.79%

CMYK

 C value IS 0.99

 M value IS 0.64

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#01276B (or 0x01276B) is known color: Sapphire. HEX triplet: 01, 27 and 6B. RGB value is (1,39,107). Sum of RGB (Red+Green+Blue) = 1+39+107=147 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.68% from 147); Green value is 39 (15.62% from 255 or 26.53% from 147); Blue value is 107 (42.19% from 255 or 72.79% from 147); Max value from RGB is 107 - color contains mainly: blue. Hex color #01276B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01276B is #FED894. Grayscale: #232323. Windows color (decimal): -16701589 or 7022337. OLE color: 7022337.

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

Color convert

RGB 1 39 107 -
CMYK 0.99 0.64 0 0.58
HSL 218.49º 0.98% 0.21% -
HSV(B) 218.49º 0.99% 0.42% -
XYZ 3.39 2.52 14.22 -
YUV 35.39 168.41 103.47 -
System Red Green Blue C M Y K H S L
Decimal 1 39 107 0.99 0.64 0 0.58 218.49 0.98 0.21
Hex 1 27 6B 63 40 0 3A DA 62 15
Octal 1 47 153 143 100 0 72 332 142 25
Binary 1 100111 1101011 1100011 1000000 0 111010 11011010 1100010 10101

Color Harmonies of #01276B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01276B

Black with #01276B

Text Example


Text Example

White with #01276B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01276B; }

 p { color: rgb(1,39,107); }

 H1.HeaderClassName
 {
   color: #01276B;
 }
 .AnyTagClassName
 {
   color: #01276B;
 }
</style>

background-color css

<style>
 a { background-color: #01276B; }

 a { background-color: rgb(1,39,107); }

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

border-color css

<style>
 span { border-color: #01276B; }

 span { border-color: rgb(1,39,107); }

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