Html Css Color HEX #012D79 Sapphire

📋 copy color: '#012D79'

red 1 ◦ green 45 ◦ blue 121

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

Shades of Sapphire #012D79

Tints of Sapphire #012D79

RGB

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

 GREEN value IS 45 (17.97% from 255) = 26.95%

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

R = 0.6%
G = 26.95%
B = 72.46%

CMYK

 C value IS 0.99

 M value IS 0.63

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#012D79 (or 0x012D79) is known color: Sapphire. HEX triplet: 01, 2D and 79. RGB value is (1,45,121). Sum of RGB (Red+Green+Blue) = 1+45+121=167 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.60% from 167); Green value is 45 (17.97% from 255 or 26.95% from 167); Blue value is 121 (47.66% from 255 or 72.46% from 167); Max value from RGB is 121 - color contains mainly: blue. Hex color #012D79 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012D79 is #FED286. Grayscale: #282828. Windows color (decimal): -16700039 or 7941377. OLE color: 7941377.

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

Color convert

RGB 1 45 121 -
CMYK 0.99 0.63 0 0.53
HSL 218º 0.98% 0.24% -
HSV(B) 218º 0.99% 0.47% -
XYZ 4.4 3.26 18.49 -
YUV 40.51 173.42 99.82 -
System Red Green Blue C M Y K H S L
Decimal 1 45 121 0.99 0.63 0 0.53 218 0.98 0.24
Hex 1 2D 79 63 3F 0 35 DA 62 18
Octal 1 55 171 143 77 0 65 332 142 30
Binary 1 101101 1111001 1100011 111111 0 110101 11011010 1100010 11000

Color Harmonies of #012D79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012D79

Black with #012D79

Text Example


Text Example

White with #012D79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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