Html Css Color HEX #012279 Sapphire

📋 copy color: '#012279'

red 1 ◦ green 34 ◦ blue 121

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

Shades of Sapphire #012279

Tints of Sapphire #012279

RGB

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

 GREEN value IS 34 (13.67% from 255) = 21.79%

 BLUE value IS 121 (47.66% from 255) = 77.56%

R = 0.64%
G = 21.79%
B = 77.56%

CMYK

 C value IS 0.99

 M value IS 0.72

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#012279 (or 0x012279) is known color: Sapphire. HEX triplet: 01, 22 and 79. RGB value is (1,34,121). Sum of RGB (Red+Green+Blue) = 1+34+121=156 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.64% from 156); Green value is 34 (13.67% from 255 or 21.79% from 156); Blue value is 121 (47.66% from 255 or 77.56% from 156); Max value from RGB is 121 - color contains mainly: blue. Hex color #012279 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012279 is #FEDD86. Grayscale: #212121. Windows color (decimal): -16702855 or 7938561. OLE color: 7938561.

HSL color Cylindrical-coordinate representation of color #012279: hue angle of 223.5º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012279 is Cyan = 0.99, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 1 34 121 -
CMYK 0.99 0.72 0 0.53
HSL 223.5º 0.98% 0.24% -
HSV(B) 223.5º 0.99% 0.47% -
XYZ 4.04 2.53 18.36 -
YUV 34.05 177.07 104.43 -
System Red Green Blue C M Y K H S L
Decimal 1 34 121 0.99 0.72 0 0.53 223.5 0.98 0.24
Hex 1 22 79 63 48 0 35 E0 62 18
Octal 1 42 171 143 110 0 65 340 142 30
Binary 1 100010 1111001 1100011 1001000 0 110101 11100000 1100010 11000

Color Harmonies of #012279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012279

Black with #012279

Text Example


Text Example

White with #012279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012279; }

 p { color: rgb(1,34,121); }

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

background-color css

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

 a { background-color: rgb(1,34,121); }

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

border-color css

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

 span { border-color: rgb(1,34,121); }

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