Html Css Color HEX #072FCE Persian Blue

📋 copy color: '#072FCE'

red 7 ◦ green 47 ◦ blue 206

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

Shades of Persian Blue #072FCE

Tints of Persian Blue #072FCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 79.23%

R = 2.69%
G = 18.08%
B = 79.23%

CMYK

 C value IS 0.97

 M value IS 0.77

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#072FCE (or 0x072FCE) is known color: Persian Blue. HEX triplet: 07, 2F and CE. RGB value is (7,47,206). Sum of RGB (Red+Green+Blue) = 7+47+206=260 (34% of max value = 765). Red value is 7 (3.12% from 255 or 2.69% from 260); Green value is 47 (18.75% from 255 or 18.08% from 260); Blue value is 206 (80.86% from 255 or 79.23% from 260); Max value from RGB is 206 - color contains mainly: blue. Hex color #072FCE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #072FCE is #F8D031. Grayscale: #343434. Windows color (decimal): -16306226 or 13512455. OLE color: 13512455.

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

Color convert

RGB 7 47 206 -
CMYK 0.97 0.77 0 0.19
HSL 227.94º 0.93% 0.42% -
HSV(B) 227.94º 0.97% 0.81% -
XYZ 12.24 6.53 59.01 -
YUV 53.17 214.25 95.07 -
System Red Green Blue C M Y K H S L
Decimal 7 47 206 0.97 0.77 0 0.19 227.94 0.93 0.42
Hex 7 2F CE 61 4D 0 13 E4 5D 2A
Octal 7 57 316 141 115 0 23 344 135 52
Binary 111 101111 11001110 1100001 1001101 0 10011 11100100 1011101 101010

Color Harmonies of #072FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #072FCE

Black with #072FCE

Text Example


Text Example

White with #072FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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