Html Css Color HEX #012C79 Sapphire

📋 copy color: '#012C79'

red 1 ◦ green 44 ◦ blue 121

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

Shades of Sapphire #012C79

Tints of Sapphire #012C79

RGB

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

 GREEN value IS 44 (17.58% from 255) = 26.51%

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

R = 0.6%
G = 26.51%
B = 72.89%

CMYK

 C value IS 0.99

 M value IS 0.64

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#012C79 (or 0x012C79) is known color: Sapphire. HEX triplet: 01, 2C and 79. RGB value is (1,44,121). Sum of RGB (Red+Green+Blue) = 1+44+121=166 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.60% from 166); Green value is 44 (17.58% from 255 or 26.51% from 166); Blue value is 121 (47.66% from 255 or 72.89% from 166); Max value from RGB is 121 - color contains mainly: blue. Hex color #012C79 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012C79 is #FED386. Grayscale: #272727. Windows color (decimal): -16700295 or 7941121. OLE color: 7941121.

HSL color Cylindrical-coordinate representation of color #012C79: hue angle of 218.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 #012C79 is Cyan = 0.99, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 1 44 121 -
CMYK 0.99 0.64 0 0.53
HSL 218.5º 0.98% 0.24% -
HSV(B) 218.5º 0.99% 0.47% -
XYZ 4.36 3.19 18.47 -
YUV 39.92 173.75 100.24 -
System Red Green Blue C M Y K H S L
Decimal 1 44 121 0.99 0.64 0 0.53 218.5 0.98 0.24
Hex 1 2C 79 63 40 0 35 DA 62 18
Octal 1 54 171 143 100 0 65 332 142 30
Binary 1 101100 1111001 1100011 1000000 0 110101 11011010 1100010 11000

Color Harmonies of #012C79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012C79

Black with #012C79

Text Example


Text Example

White with #012C79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012C79; }

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

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

background-color css

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

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

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

border-color css

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

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

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