Html Css Color HEX #073DBF Persian Blue

📋 copy color: '#073DBF'

red 7 ◦ green 61 ◦ blue 191

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

Shades of Persian Blue #073DBF

Tints of Persian Blue #073DBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 73.75%

R = 2.7%
G = 23.55%
B = 73.75%

CMYK

 C value IS 0.96

 M value IS 0.68

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#073DBF (or 0x073DBF) is known color: Persian Blue. HEX triplet: 07, 3D and BF. RGB value is (7,61,191). Sum of RGB (Red+Green+Blue) = 7+61+191=259 (34% of max value = 765). Red value is 7 (3.12% from 255 or 2.70% from 259); Green value is 61 (24.22% from 255 or 23.55% from 259); Blue value is 191 (75% from 255 or 73.75% from 259); Max value from RGB is 191 - color contains mainly: blue. Hex color #073DBF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #073DBF is #F8C240. Grayscale: #3B3B3B. Windows color (decimal): -16302657 or 12532999. OLE color: 12532999.

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

Color convert

RGB 7 61 191 -
CMYK 0.96 0.68 0 0.25
HSL 222.39º 0.93% 0.39% -
HSV(B) 222.39º 0.96% 0.75% -
XYZ 11.16 7.14 50.08 -
YUV 59.67 202.11 90.43 -
System Red Green Blue C M Y K H S L
Decimal 7 61 191 0.96 0.68 0 0.25 222.39 0.93 0.39
Hex 7 3D BF 60 44 0 19 DE 5D 27
Octal 7 75 277 140 104 0 31 336 135 47
Binary 111 111101 10111111 1100000 1000100 0 11001 11011110 1011101 100111

Color Harmonies of #073DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073DBF

Black with #073DBF

Text Example


Text Example

White with #073DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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