Html Css Color HEX #072BC3 Persian Blue

📋 copy color: '#072BC3'

red 7 ◦ green 43 ◦ blue 195

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

Shades of Persian Blue #072BC3

Tints of Persian Blue #072BC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 79.59%

R = 2.86%
G = 17.55%
B = 79.59%

CMYK

 C value IS 0.96

 M value IS 0.78

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#072BC3 (or 0x072BC3) is known color: Persian Blue. HEX triplet: 07, 2B and C3. RGB value is (7,43,195). Sum of RGB (Red+Green+Blue) = 7+43+195=245 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.86% from 245); Green value is 43 (17.19% from 255 or 17.55% from 245); Blue value is 195 (76.56% from 255 or 79.59% from 245); Max value from RGB is 195 - color contains mainly: blue. Hex color #072BC3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #072BC3 is #F8D43C. Grayscale: #303030. Windows color (decimal): -16307261 or 12790535. OLE color: 12790535.

HSL color Cylindrical-coordinate representation of color #072BC3: hue angle of 228.51º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #072BC3 is Cyan = 0.96, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 7 43 195 -
CMYK 0.96 0.78 0 0.24
HSL 228.51º 0.93% 0.4% -
HSV(B) 228.51º 0.96% 0.76% -
XYZ 10.8 5.71 52.16 -
YUV 49.56 210.07 97.64 -
System Red Green Blue C M Y K H S L
Decimal 7 43 195 0.96 0.78 0 0.24 228.51 0.93 0.4
Hex 7 2B C3 60 4E 0 18 E5 5D 28
Octal 7 53 303 140 116 0 30 345 135 50
Binary 111 101011 11000011 1100000 1001110 0 11000 11100101 1011101 101000

Color Harmonies of #072BC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #072BC3

Black with #072BC3

Text Example


Text Example

White with #072BC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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