Html Css Color HEX #073BBC Persian Blue

📋 copy color: '#073BBC'

red 7 ◦ green 59 ◦ blue 188

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

Shades of Persian Blue #073BBC

Tints of Persian Blue #073BBC

RGB

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

 GREEN value IS 59 (23.44% from 255) = 23.23%

 BLUE value IS 188 (73.83% from 255) = 74.02%

R = 2.76%
G = 23.23%
B = 74.02%

CMYK

 C value IS 0.96

 M value IS 0.69

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#073BBC (or 0x073BBC) is known color: Persian Blue. HEX triplet: 07, 3B and BC. RGB value is (7,59,188). Sum of RGB (Red+Green+Blue) = 7+59+188=254 (33% of max value = 765). Red value is 7 (3.12% from 255 or 2.76% from 254); Green value is 59 (23.44% from 255 or 23.23% from 254); Blue value is 188 (73.83% from 255 or 74.02% from 254); Max value from RGB is 188 - color contains mainly: blue. Hex color #073BBC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #073BBC is #F8C443. Grayscale: #393939. Windows color (decimal): -16303172 or 12335879. OLE color: 12335879.

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

Color convert

RGB 7 59 188 -
CMYK 0.96 0.69 0 0.26
HSL 222.76º 0.93% 0.38% -
HSV(B) 222.76º 0.96% 0.74% -
XYZ 10.73 6.8 48.32 -
YUV 58.16 201.27 91.51 -
System Red Green Blue C M Y K H S L
Decimal 7 59 188 0.96 0.69 0 0.26 222.76 0.93 0.38
Hex 7 3B BC 60 45 0 1A DF 5D 26
Octal 7 73 274 140 105 0 32 337 135 46
Binary 111 111011 10111100 1100000 1000101 0 11010 11011111 1011101 100110

Color Harmonies of #073BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073BBC

Black with #073BBC

Text Example


Text Example

White with #073BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,59,188); }

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

background-color css

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

 a { background-color: rgb(7,59,188); }

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

border-color css

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

 span { border-color: rgb(7,59,188); }

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