Html Css Color HEX #072BCD Persian Blue

📋 copy color: '#072BCD'

red 7 ◦ green 43 ◦ blue 205

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

Shades of Persian Blue #072BCD

Tints of Persian Blue #072BCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 80.39%

R = 2.75%
G = 16.86%
B = 80.39%

CMYK

 C value IS 0.97

 M value IS 0.79

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#072BCD (or 0x072BCD) is known color: Persian Blue. HEX triplet: 07, 2B and CD. RGB value is (7,43,205). Sum of RGB (Red+Green+Blue) = 7+43+205=255 (33% of max value = 765). Red value is 7 (3.12% from 255 or 2.75% from 255); Green value is 43 (17.19% from 255 or 16.86% from 255); Blue value is 205 (80.47% from 255 or 80.39% from 255); Max value from RGB is 205 - color contains mainly: blue. Hex color #072BCD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #072BCD is #F8D432. Grayscale: #323232. Windows color (decimal): -16307251 or 13445895. OLE color: 13445895.

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

Color convert

RGB 7 43 205 -
CMYK 0.97 0.79 0 0.20
HSL 229.09º 0.93% 0.42% -
HSV(B) 229.09º 0.97% 0.8% -
XYZ 11.97 6.18 58.32 -
YUV 50.7 215.07 96.83 -
System Red Green Blue C M Y K H S L
Decimal 7 43 205 0.97 0.79 0 0.20 229.09 0.93 0.42
Hex 7 2B CD 61 4F 0 14 E5 5D 2A
Octal 7 53 315 141 117 0 24 345 135 52
Binary 111 101011 11001101 1100001 1001111 0 10100 11100101 1011101 101010

Color Harmonies of #072BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #072BCD

Black with #072BCD

Text Example


Text Example

White with #072BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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