Html Css Color HEX #072AC6 Persian Blue

📋 copy color: '#072AC6'

red 7 ◦ green 42 ◦ blue 198

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

Shades of Persian Blue #072AC6

Tints of Persian Blue #072AC6

RGB

 RED value IS 7 (3.13% from 255) = 2.83%

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

 BLUE value IS 198 (77.73% from 255) = 80.16%

R = 2.83%
G = 17%
B = 80.16%

CMYK

 C value IS 0.96

 M value IS 0.79

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#072AC6 (or 0x072AC6) is known color: Persian Blue. HEX triplet: 07, 2A and C6. RGB value is (7,42,198). Sum of RGB (Red+Green+Blue) = 7+42+198=247 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.83% from 247); Green value is 42 (16.80% from 255 or 17.00% from 247); Blue value is 198 (77.73% from 255 or 80.16% from 247); Max value from RGB is 198 - color contains mainly: blue. Hex color #072AC6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #072AC6 is #F8D539. Grayscale: #303030. Windows color (decimal): -16307514 or 12986887. OLE color: 12986887.

HSL color Cylindrical-coordinate representation of color #072AC6: hue angle of 229.01º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #072AC6 is Cyan = 0.96, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 7 42 198 -
CMYK 0.96 0.79 0 0.22
HSL 229.01º 0.93% 0.4% -
HSV(B) 229.01º 0.96% 0.78% -
XYZ 11.11 5.78 53.96 -
YUV 49.32 211.9 97.82 -
System Red Green Blue C M Y K H S L
Decimal 7 42 198 0.96 0.79 0 0.22 229.01 0.93 0.4
Hex 7 2A C6 60 4F 0 16 E5 5D 28
Octal 7 52 306 140 117 0 26 345 135 50
Binary 111 101010 11000110 1100000 1001111 0 10110 11100101 1011101 101000

Color Harmonies of #072AC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #072AC6

Black with #072AC6

Text Example


Text Example

White with #072AC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #072AC6; }

 p { color: rgb(7,42,198); }

 H1.HeaderClassName
 {
   color: #072AC6;
 }
 .AnyTagClassName
 {
   color: #072AC6;
 }
</style>

background-color css

<style>
 a { background-color: #072AC6; }

 a { background-color: rgb(7,42,198); }

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

border-color css

<style>
 span { border-color: #072AC6; }

 span { border-color: rgb(7,42,198); }

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