Html Css Color HEX #072FC5 Persian Blue

📋 copy color: '#072FC5'

red 7 ◦ green 47 ◦ blue 197

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

Shades of Persian Blue #072FC5

Tints of Persian Blue #072FC5

RGB

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

 GREEN value IS 47 (18.75% from 255) = 18.73%

 BLUE value IS 197 (77.34% from 255) = 78.49%

R = 2.79%
G = 18.73%
B = 78.49%

CMYK

 C value IS 0.96

 M value IS 0.76

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#072FC5 (or 0x072FC5) is known color: Persian Blue. HEX triplet: 07, 2F and C5. RGB value is (7,47,197). Sum of RGB (Red+Green+Blue) = 7+47+197=251 (33% of max value = 765). Red value is 7 (3.12% from 255 or 2.79% from 251); Green value is 47 (18.75% from 255 or 18.73% from 251); Blue value is 197 (77.34% from 255 or 78.49% from 251); Max value from RGB is 197 - color contains mainly: blue. Hex color #072FC5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #072FC5 is #F8D03A. Grayscale: #333333. Windows color (decimal): -16306235 or 12922631. OLE color: 12922631.

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

Color convert

RGB 7 47 197 -
CMYK 0.96 0.76 0 0.23
HSL 227.37º 0.93% 0.4% -
HSV(B) 227.37º 0.96% 0.77% -
XYZ 11.18 6.11 53.41 -
YUV 52.14 209.75 95.8 -
System Red Green Blue C M Y K H S L
Decimal 7 47 197 0.96 0.76 0 0.23 227.37 0.93 0.4
Hex 7 2F C5 60 4C 0 17 E3 5D 28
Octal 7 57 305 140 114 0 27 343 135 50
Binary 111 101111 11000101 1100000 1001100 0 10111 11100011 1011101 101000

Color Harmonies of #072FC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #072FC5

Black with #072FC5

Text Example


Text Example

White with #072FC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,47,197); }

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

background-color css

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

 a { background-color: rgb(7,47,197); }

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

border-color css

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

 span { border-color: rgb(7,47,197); }

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