Html Css Color HEX #072CCC Persian Blue

📋 copy color: '#072CCC'

red 7 ◦ green 44 ◦ blue 204

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

Shades of Persian Blue #072CCC

Tints of Persian Blue #072CCC

RGB

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

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

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

R = 2.75%
G = 17.25%
B = 80%

CMYK

 C value IS 0.97

 M value IS 0.78

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#072CCC (or 0x072CCC) is known color: Persian Blue. HEX triplet: 07, 2C and CC. RGB value is (7,44,204). Sum of RGB (Red+Green+Blue) = 7+44+204=255 (33% of max value = 765). Red value is 7 (3.12% from 255 or 2.75% from 255); Green value is 44 (17.58% from 255 or 17.25% from 255); Blue value is 204 (80.08% from 255 or 80% from 255); Max value from RGB is 204 - color contains mainly: blue. Hex color #072CCC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #072CCC is #F8D333. Grayscale: #323232. Windows color (decimal): -16306996 or 13380615. OLE color: 13380615.

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

Color convert

RGB 7 44 204 -
CMYK 0.97 0.78 0 0.2
HSL 228.73º 0.93% 0.41% -
HSV(B) 228.73º 0.97% 0.8% -
XYZ 11.89 6.21 57.7 -
YUV 51.18 214.24 96.49 -
System Red Green Blue C M Y K H S L
Decimal 7 44 204 0.97 0.78 0 0.2 228.73 0.93 0.41
Hex 7 2C CC 61 4E 0 14 E5 5D 29
Octal 7 54 314 141 116 0 24 345 135 51
Binary 111 101100 11001100 1100001 1001110 0 10100 11100101 1011101 101001

Color Harmonies of #072CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #072CCC

Black with #072CCC

Text Example


Text Example

White with #072CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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