Html Css Color HEX #0732BD Persian Blue

📋 copy color: '#0732BD'

red 7 ◦ green 50 ◦ blue 189

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

Shades of Persian Blue #0732BD

Tints of Persian Blue #0732BD

RGB

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

 GREEN value IS 50 (19.92% from 255) = 20.33%

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

R = 2.85%
G = 20.33%
B = 76.83%

CMYK

 C value IS 0.96

 M value IS 0.74

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0732BD (or 0x0732BD) is known color: Persian Blue. HEX triplet: 07, 32 and BD. RGB value is (7,50,189). Sum of RGB (Red+Green+Blue) = 7+50+189=246 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.85% from 246); Green value is 50 (19.92% from 255 or 20.33% from 246); Blue value is 189 (74.22% from 255 or 76.83% from 246); Max value from RGB is 189 - color contains mainly: blue. Hex color #0732BD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0732BD is #F8CD42. Grayscale: #343434. Windows color (decimal): -16305475 or 12399111. OLE color: 12399111.

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

Color convert

RGB 7 50 189 -
CMYK 0.96 0.74 0 0.26
HSL 225.82º 0.93% 0.38% -
HSV(B) 225.82º 0.96% 0.74% -
XYZ 10.41 6 48.75 -
YUV 52.99 204.75 95.2 -
System Red Green Blue C M Y K H S L
Decimal 7 50 189 0.96 0.74 0 0.26 225.82 0.93 0.38
Hex 7 32 BD 60 4A 0 1A E2 5D 26
Octal 7 62 275 140 112 0 32 342 135 46
Binary 111 110010 10111101 1100000 1001010 0 11010 11100010 1011101 100110

Color Harmonies of #0732BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0732BD

Black with #0732BD

Text Example


Text Example

White with #0732BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0732BD; }

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

 H1.HeaderClassName
 {
   color: #0732BD;
 }
 .AnyTagClassName
 {
   color: #0732BD;
 }
</style>

background-color css

<style>
 a { background-color: #0732BD; }

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

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

border-color css

<style>
 span { border-color: #0732BD; }

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

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