Html Css Color HEX #072FBE Persian Blue

📋 copy color: '#072FBE'

red 7 ◦ green 47 ◦ blue 190

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

Shades of Persian Blue #072FBE

Tints of Persian Blue #072FBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 77.87%

R = 2.87%
G = 19.26%
B = 77.87%

CMYK

 C value IS 0.96

 M value IS 0.75

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#072FBE (or 0x072FBE) is known color: Persian Blue. HEX triplet: 07, 2F and BE. RGB value is (7,47,190). Sum of RGB (Red+Green+Blue) = 7+47+190=244 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.87% from 244); Green value is 47 (18.75% from 255 or 19.26% from 244); Blue value is 190 (74.61% from 255 or 77.87% from 244); Max value from RGB is 190 - color contains mainly: blue. Hex color #072FBE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #072FBE is #F8D041. Grayscale: #323232. Windows color (decimal): -16306242 or 12463879. OLE color: 12463879.

HSL color Cylindrical-coordinate representation of color #072FBE: hue angle of 226.89º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #072FBE is Cyan = 0.96, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 7 47 190 -
CMYK 0.96 0.75 0 0.25
HSL 226.89º 0.93% 0.39% -
HSV(B) 226.89º 0.96% 0.75% -
XYZ 10.4 5.8 49.29 -
YUV 51.34 206.25 96.37 -
System Red Green Blue C M Y K H S L
Decimal 7 47 190 0.96 0.75 0 0.25 226.89 0.93 0.39
Hex 7 2F BE 60 4B 0 19 E3 5D 27
Octal 7 57 276 140 113 0 31 343 135 47
Binary 111 101111 10111110 1100000 1001011 0 11001 11100011 1011101 100111

Color Harmonies of #072FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #072FBE

Black with #072FBE

Text Example


Text Example

White with #072FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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