Html Css Color HEX #073CBD Persian Blue

📋 copy color: '#073CBD'

red 7 ◦ green 60 ◦ blue 189

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

Shades of Persian Blue #073CBD

Tints of Persian Blue #073CBD

RGB

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

 GREEN value IS 60 (23.83% from 255) = 23.44%

 BLUE value IS 189 (74.22% from 255) = 73.83%

R = 2.73%
G = 23.44%
B = 73.83%

CMYK

 C value IS 0.96

 M value IS 0.68

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#073CBD (or 0x073CBD) is known color: Persian Blue. HEX triplet: 07, 3C and BD. RGB value is (7,60,189). Sum of RGB (Red+Green+Blue) = 7+60+189=256 (33% of max value = 765). Red value is 7 (3.12% from 255 or 2.73% from 256); Green value is 60 (23.83% from 255 or 23.44% from 256); Blue value is 189 (74.22% from 255 or 73.83% from 256); Max value from RGB is 189 - color contains mainly: blue. Hex color #073CBD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #073CBD is #F8C342. Grayscale: #3A3A3A. Windows color (decimal): -16302915 or 12401671. OLE color: 12401671.

HSL color Cylindrical-coordinate representation of color #073CBD: hue angle of 222.53º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #073CBD is Cyan = 0.96, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 7 60 189 -
CMYK 0.96 0.68 0 0.26
HSL 222.53º 0.93% 0.38% -
HSV(B) 222.53º 0.96% 0.74% -
XYZ 10.89 6.95 48.91 -
YUV 58.86 201.44 91.01 -
System Red Green Blue C M Y K H S L
Decimal 7 60 189 0.96 0.68 0 0.26 222.53 0.93 0.38
Hex 7 3C BD 60 44 0 1A DF 5D 26
Octal 7 74 275 140 104 0 32 337 135 46
Binary 111 111100 10111101 1100000 1000100 0 11010 11011111 1011101 100110

Color Harmonies of #073CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073CBD

Black with #073CBD

Text Example


Text Example

White with #073CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #073CBD; }

 p { color: rgb(7,60,189); }

 H1.HeaderClassName
 {
   color: #073CBD;
 }
 .AnyTagClassName
 {
   color: #073CBD;
 }
</style>

background-color css

<style>
 a { background-color: #073CBD; }

 a { background-color: rgb(7,60,189); }

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

border-color css

<style>
 span { border-color: #073CBD; }

 span { border-color: rgb(7,60,189); }

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