Html Css Color HEX #072CCF Persian Blue

📋 copy color: '#072CCF'

red 7 ◦ green 44 ◦ blue 207

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

Shades of Persian Blue #072CCF

Tints of Persian Blue #072CCF

RGB

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

 GREEN value IS 44 (17.58% from 255) = 17.05%

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

R = 2.71%
G = 17.05%
B = 80.23%

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

#072CCF (or 0x072CCF) is known color: Persian Blue. HEX triplet: 07, 2C and CF. RGB value is (7,44,207). Sum of RGB (Red+Green+Blue) = 7+44+207=258 (34% of max value = 765). Red value is 7 (3.12% from 255 or 2.71% from 258); Green value is 44 (17.58% from 255 or 17.05% from 258); Blue value is 207 (81.25% from 255 or 80.23% from 258); Max value from RGB is 207 - color contains mainly: blue. Hex color #072CCF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #072CCF is #F8D330. Grayscale: #323232. Windows color (decimal): -16306993 or 13577223. OLE color: 13577223.

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

Color convert

RGB 7 44 207 -
CMYK 0.97 0.79 0 0.19
HSL 228.9º 0.93% 0.42% -
HSV(B) 228.9º 0.97% 0.81% -
XYZ 12.25 6.35 59.61 -
YUV 51.52 215.74 96.25 -
System Red Green Blue C M Y K H S L
Decimal 7 44 207 0.97 0.79 0 0.19 228.9 0.93 0.42
Hex 7 2C CF 61 4F 0 13 E5 5D 2A
Octal 7 54 317 141 117 0 23 345 135 52
Binary 111 101100 11001111 1100001 1001111 0 10011 11100101 1011101 101010

Color Harmonies of #072CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #072CCF

Black with #072CCF

Text Example


Text Example

White with #072CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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