Html Css Color HEX #072DCB Persian Blue

📋 copy color: '#072DCB'

red 7 ◦ green 45 ◦ blue 203

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

Shades of Persian Blue #072DCB

Tints of Persian Blue #072DCB

RGB

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

 GREEN value IS 45 (17.97% from 255) = 17.65%

 BLUE value IS 203 (79.69% from 255) = 79.61%

R = 2.75%
G = 17.65%
B = 79.61%

CMYK

 C value IS 0.97

 M value IS 0.78

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#072DCB (or 0x072DCB) is known color: Persian Blue. HEX triplet: 07, 2D and CB. RGB value is (7,45,203). Sum of RGB (Red+Green+Blue) = 7+45+203=255 (33% of max value = 765). Red value is 7 (3.12% from 255 or 2.75% from 255); Green value is 45 (17.97% from 255 or 17.65% from 255); Blue value is 203 (79.69% from 255 or 79.61% from 255); Max value from RGB is 203 - color contains mainly: blue. Hex color #072DCB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #072DCB is #F8D234. Grayscale: #323232. Windows color (decimal): -16306741 or 13315335. OLE color: 13315335.

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

Color convert

RGB 7 45 203 -
CMYK 0.97 0.78 0 0.20
HSL 228.37º 0.93% 0.41% -
HSV(B) 228.37º 0.97% 0.8% -
XYZ 11.81 6.23 57.08 -
YUV 51.65 213.41 96.15 -
System Red Green Blue C M Y K H S L
Decimal 7 45 203 0.97 0.78 0 0.20 228.37 0.93 0.41
Hex 7 2D CB 61 4E 0 14 E4 5D 29
Octal 7 55 313 141 116 0 24 344 135 51
Binary 111 101101 11001011 1100001 1001110 0 10100 11100100 1011101 101001

Color Harmonies of #072DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #072DCB

Black with #072DCB

Text Example


Text Example

White with #072DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,45,203); }

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

background-color css

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

 a { background-color: rgb(7,45,203); }

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

border-color css

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

 span { border-color: rgb(7,45,203); }

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