Html Css Color HEX #012C76 Sapphire

📋 copy color: '#012C76'

red 1 ◦ green 44 ◦ blue 118

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

Shades of Sapphire #012C76

Tints of Sapphire #012C76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 72.39%

R = 0.61%
G = 26.99%
B = 72.39%

CMYK

 C value IS 0.99

 M value IS 0.63

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#012C76 (or 0x012C76) is known color: Sapphire. HEX triplet: 01, 2C and 76. RGB value is (1,44,118). Sum of RGB (Red+Green+Blue) = 1+44+118=163 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.61% from 163); Green value is 44 (17.58% from 255 or 26.99% from 163); Blue value is 118 (46.48% from 255 or 72.39% from 163); Max value from RGB is 118 - color contains mainly: blue. Hex color #012C76 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012C76 is #FED389. Grayscale: #272727. Windows color (decimal): -16700298 or 7744513. OLE color: 7744513.

HSL color Cylindrical-coordinate representation of color #012C76: hue angle of 217.95º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012C76 is Cyan = 0.99, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 1 44 118 -
CMYK 0.99 0.63 0 0.54
HSL 217.95º 0.98% 0.23% -
HSV(B) 217.95º 0.99% 0.46% -
XYZ 4.18 3.12 17.52 -
YUV 39.58 172.25 100.48 -
System Red Green Blue C M Y K H S L
Decimal 1 44 118 0.99 0.63 0 0.54 217.95 0.98 0.23
Hex 1 2C 76 63 3F 0 36 DA 62 17
Octal 1 54 166 143 77 0 66 332 142 27
Binary 1 101100 1110110 1100011 111111 0 110110 11011010 1100010 10111

Color Harmonies of #012C76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012C76

Black with #012C76

Text Example


Text Example

White with #012C76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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