Html Css Color HEX #072BCE Persian Blue

📋 copy color: '#072BCE'

red 7 ◦ green 43 ◦ blue 206

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

Shades of Persian Blue #072BCE

Tints of Persian Blue #072BCE

RGB

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

 GREEN value IS 43 (17.19% from 255) = 16.8%

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

R = 2.73%
G = 16.8%
B = 80.47%

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

#072BCE (or 0x072BCE) is known color: Persian Blue. HEX triplet: 07, 2B and CE. RGB value is (7,43,206). Sum of RGB (Red+Green+Blue) = 7+43+206=256 (33% of max value = 765). Red value is 7 (3.12% from 255 or 2.73% from 256); Green value is 43 (17.19% from 255 or 16.80% from 256); Blue value is 206 (80.86% from 255 or 80.47% from 256); Max value from RGB is 206 - color contains mainly: blue. Hex color #072BCE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #072BCE is #F8D431. Grayscale: #323232. Windows color (decimal): -16307250 or 13511431. OLE color: 13511431.

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

Color convert

RGB 7 43 206 -
CMYK 0.97 0.79 0 0.19
HSL 229.15º 0.93% 0.42% -
HSV(B) 229.15º 0.97% 0.81% -
XYZ 12.09 6.23 58.96 -
YUV 50.82 215.57 96.75 -
System Red Green Blue C M Y K H S L
Decimal 7 43 206 0.97 0.79 0 0.19 229.15 0.93 0.42
Hex 7 2B CE 61 4F 0 13 E5 5D 2A
Octal 7 53 316 141 117 0 23 345 135 52
Binary 111 101011 11001110 1100001 1001111 0 10011 11100101 1011101 101010

Color Harmonies of #072BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #072BCE

Black with #072BCE

Text Example


Text Example

White with #072BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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