Html Css Color HEX #012E7A Sapphire

📋 copy color: '#012E7A'

red 1 ◦ green 46 ◦ blue 122

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

Shades of Sapphire #012E7A

Tints of Sapphire #012E7A

RGB

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

 GREEN value IS 46 (18.36% from 255) = 27.22%

 BLUE value IS 122 (48.05% from 255) = 72.19%

R = 0.59%
G = 27.22%
B = 72.19%

CMYK

 C value IS 0.99

 M value IS 0.62

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#012E7A (or 0x012E7A) is known color: Sapphire. HEX triplet: 01, 2E and 7A. RGB value is (1,46,122). Sum of RGB (Red+Green+Blue) = 1+46+122=169 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.59% from 169); Green value is 46 (18.36% from 255 or 27.22% from 169); Blue value is 122 (48.05% from 255 or 72.19% from 169); Max value from RGB is 122 - color contains mainly: blue. Hex color #012E7A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012E7A is #FED185. Grayscale: #282828. Windows color (decimal): -16699782 or 8007169. OLE color: 8007169.

HSL color Cylindrical-coordinate representation of color #012E7A: hue angle of 217.69º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012E7A is Cyan = 0.99, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 1 46 122 -
CMYK 0.99 0.62 0 0.52
HSL 217.69º 0.98% 0.24% -
HSV(B) 217.69º 0.99% 0.48% -
XYZ 4.5 3.37 18.82 -
YUV 41.21 173.59 99.32 -
System Red Green Blue C M Y K H S L
Decimal 1 46 122 0.99 0.62 0 0.52 217.69 0.98 0.24
Hex 1 2E 7A 63 3E 0 34 DA 62 18
Octal 1 56 172 143 76 0 64 332 142 30
Binary 1 101110 1111010 1100011 111110 0 110100 11011010 1100010 11000

Color Harmonies of #012E7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012E7A

Black with #012E7A

Text Example


Text Example

White with #012E7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,46,122); }

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

background-color css

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

 a { background-color: rgb(1,46,122); }

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

border-color css

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

 span { border-color: rgb(1,46,122); }

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