Html Css Color HEX #012A7D Sapphire

📋 copy color: '#012A7D'

red 1 ◦ green 42 ◦ blue 125

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

Shades of Sapphire #012A7D

Tints of Sapphire #012A7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 74.4%

R = 0.6%
G = 25%
B = 74.4%

CMYK

 C value IS 0.99

 M value IS 0.66

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#012A7D (or 0x012A7D) is known color: Sapphire. HEX triplet: 01, 2A and 7D. RGB value is (1,42,125). Sum of RGB (Red+Green+Blue) = 1+42+125=168 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.60% from 168); Green value is 42 (16.80% from 255 or 25% from 168); Blue value is 125 (49.22% from 255 or 74.40% from 168); Max value from RGB is 125 - color contains mainly: blue. Hex color #012A7D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012A7D is #FED582. Grayscale: #262626. Windows color (decimal): -16700803 or 8202753. OLE color: 8202753.

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

Color convert

RGB 1 42 125 -
CMYK 0.99 0.66 0 0.51
HSL 220.16º 0.98% 0.25% -
HSV(B) 220.16º 0.99% 0.49% -
XYZ 4.54 3.14 19.77 -
YUV 39.2 176.42 100.75 -
System Red Green Blue C M Y K H S L
Decimal 1 42 125 0.99 0.66 0 0.51 220.16 0.98 0.25
Hex 1 2A 7D 63 42 0 33 DC 62 19
Octal 1 52 175 143 102 0 63 334 142 31
Binary 1 101010 1111101 1100011 1000010 0 110011 11011100 1100010 11001

Color Harmonies of #012A7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012A7D

Black with #012A7D

Text Example


Text Example

White with #012A7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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