Html Css Color HEX #072FCC Persian Blue

📋 copy color: '#072FCC'

red 7 ◦ green 47 ◦ blue 204

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

Shades of Persian Blue #072FCC

Tints of Persian Blue #072FCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 79.07%

R = 2.71%
G = 18.22%
B = 79.07%

CMYK

 C value IS 0.97

 M value IS 0.77

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#072FCC (or 0x072FCC) is known color: Persian Blue. HEX triplet: 07, 2F and CC. RGB value is (7,47,204). Sum of RGB (Red+Green+Blue) = 7+47+204=258 (34% of max value = 765). Red value is 7 (3.12% from 255 or 2.71% from 258); Green value is 47 (18.75% from 255 or 18.22% from 258); Blue value is 204 (80.08% from 255 or 79.07% from 258); Max value from RGB is 204 - color contains mainly: blue. Hex color #072FCC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #072FCC is #F8D033. Grayscale: #343434. Windows color (decimal): -16306228 or 13381383. OLE color: 13381383.

HSL color Cylindrical-coordinate representation of color #072FCC: hue angle of 227.82º 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 #072FCC is Cyan = 0.97, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 7 47 204 -
CMYK 0.97 0.77 0 0.2
HSL 227.82º 0.93% 0.41% -
HSV(B) 227.82º 0.97% 0.8% -
XYZ 12 6.44 57.74 -
YUV 52.94 213.25 95.23 -
System Red Green Blue C M Y K H S L
Decimal 7 47 204 0.97 0.77 0 0.2 227.82 0.93 0.41
Hex 7 2F CC 61 4D 0 14 E4 5D 29
Octal 7 57 314 141 115 0 24 344 135 51
Binary 111 101111 11001100 1100001 1001101 0 10100 11100100 1011101 101001

Color Harmonies of #072FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #072FCC

Black with #072FCC

Text Example


Text Example

White with #072FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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