Html Css Color HEX #072BCF Persian Blue

📋 copy color: '#072BCF'

red 7 ◦ green 43 ◦ blue 207

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

Shades of Persian Blue #072BCF

Tints of Persian Blue #072BCF

RGB

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

 GREEN value IS 43 (17.19% from 255) = 16.73%

 BLUE value IS 207 (81.25% from 255) = 80.54%

R = 2.72%
G = 16.73%
B = 80.54%

CMYK

 C value IS 0.97

 M value IS 0.79

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#072BCF (or 0x072BCF) is known color: Persian Blue. HEX triplet: 07, 2B and CF. RGB value is (7,43,207). Sum of RGB (Red+Green+Blue) = 7+43+207=257 (34% of max value = 765). Red value is 7 (3.12% from 255 or 2.72% from 257); Green value is 43 (17.19% from 255 or 16.73% from 257); Blue value is 207 (81.25% from 255 or 80.54% from 257); Max value from RGB is 207 - color contains mainly: blue. Hex color #072BCF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #072BCF is #F8D430. Grayscale: #323232. Windows color (decimal): -16307249 or 13576967. OLE color: 13576967.

HSL color Cylindrical-coordinate representation of color #072BCF: hue angle of 229.2º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #072BCF is Cyan = 0.97, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 7 43 207 -
CMYK 0.97 0.79 0 0.19
HSL 229.2º 0.93% 0.42% -
HSV(B) 229.2º 0.97% 0.81% -
XYZ 12.21 6.28 59.6 -
YUV 50.93 216.07 96.66 -
System Red Green Blue C M Y K H S L
Decimal 7 43 207 0.97 0.79 0 0.19 229.2 0.93 0.42
Hex 7 2B CF 61 4F 0 13 E5 5D 2A
Octal 7 53 317 141 117 0 23 345 135 52
Binary 111 101011 11001111 1100001 1001111 0 10011 11100101 1011101 101010

Color Harmonies of #072BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #072BCF

Black with #072BCF

Text Example


Text Example

White with #072BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,43,207); }

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

background-color css

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

 a { background-color: rgb(7,43,207); }

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

border-color css

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

 span { border-color: rgb(7,43,207); }

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