Html Css Color HEX #073DBD Persian Blue

📋 copy color: '#073DBD'

red 7 ◦ green 61 ◦ blue 189

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

Shades of Persian Blue #073DBD

Tints of Persian Blue #073DBD

RGB

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

 GREEN value IS 61 (24.22% from 255) = 23.74%

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

R = 2.72%
G = 23.74%
B = 73.54%

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

#073DBD (or 0x073DBD) is known color: Persian Blue. HEX triplet: 07, 3D and BD. RGB value is (7,61,189). Sum of RGB (Red+Green+Blue) = 7+61+189=257 (34% of max value = 765). Red value is 7 (3.12% from 255 or 2.72% from 257); Green value is 61 (24.22% from 255 or 23.74% from 257); Blue value is 189 (74.22% from 255 or 73.54% from 257); Max value from RGB is 189 - color contains mainly: blue. Hex color #073DBD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #073DBD is #F8C242. Grayscale: #3A3A3A. Windows color (decimal): -16302659 or 12401927. OLE color: 12401927.

HSL color Cylindrical-coordinate representation of color #073DBD: hue angle of 222.2º 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 #073DBD is Cyan = 0.96, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 7 61 189 -
CMYK 0.96 0.68 0 0.26
HSL 222.2º 0.93% 0.38% -
HSV(B) 222.2º 0.96% 0.74% -
XYZ 10.94 7.06 48.93 -
YUV 59.45 201.11 90.59 -
System Red Green Blue C M Y K H S L
Decimal 7 61 189 0.96 0.68 0 0.26 222.2 0.93 0.38
Hex 7 3D BD 60 44 0 1A DE 5D 26
Octal 7 75 275 140 104 0 32 336 135 46
Binary 111 111101 10111101 1100000 1000100 0 11010 11011110 1011101 100110

Color Harmonies of #073DBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073DBD

Black with #073DBD

Text Example


Text Example

White with #073DBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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