Html Css Color HEX #012A7F Sapphire

📋 copy color: '#012A7F'

red 1 ◦ green 42 ◦ blue 127

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

Shades of Sapphire #012A7F

Tints of Sapphire #012A7F

RGB

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

 GREEN value IS 42 (16.8% from 255) = 24.71%

 BLUE value IS 127 (50% from 255) = 74.71%

R = 0.59%
G = 24.71%
B = 74.71%

CMYK

 C value IS 0.99

 M value IS 0.67

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#012A7F (or 0x012A7F) is known color: Sapphire. HEX triplet: 01, 2A and 7F. RGB value is (1,42,127). Sum of RGB (Red+Green+Blue) = 1+42+127=170 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.59% from 170); Green value is 42 (16.80% from 255 or 24.71% from 170); Blue value is 127 (50% from 255 or 74.71% from 170); Max value from RGB is 127 - color contains mainly: blue. Hex color #012A7F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012A7F is #FED580. Grayscale: #272727. Windows color (decimal): -16700801 or 8333825. OLE color: 8333825.

HSL color Cylindrical-coordinate representation of color #012A7F: hue angle of 220.48º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012A7F is Cyan = 0.99, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 1 42 127 -
CMYK 0.99 0.67 0 0.50
HSL 220.48º 0.98% 0.25% -
HSV(B) 220.48º 0.99% 0.5% -
XYZ 4.67 3.19 20.45 -
YUV 39.43 177.42 100.59 -
System Red Green Blue C M Y K H S L
Decimal 1 42 127 0.99 0.67 0 0.50 220.48 0.98 0.25
Hex 1 2A 7F 63 43 0 32 DC 62 19
Octal 1 52 177 143 103 0 62 334 142 31
Binary 1 101010 1111111 1100011 1000011 0 110010 11011100 1100010 11001

Color Harmonies of #012A7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012A7F

Black with #012A7F

Text Example


Text Example

White with #012A7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,42,127); }

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

background-color css

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

 a { background-color: rgb(1,42,127); }

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

border-color css

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

 span { border-color: rgb(1,42,127); }

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