Html Css Color HEX #0732CD Persian Blue

📋 copy color: '#0732CD'

red 7 ◦ green 50 ◦ blue 205

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

Shades of Persian Blue #0732CD

Tints of Persian Blue #0732CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 78.24%

R = 2.67%
G = 19.08%
B = 78.24%

CMYK

 C value IS 0.97

 M value IS 0.76

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0732CD (or 0x0732CD) is known color: Persian Blue. HEX triplet: 07, 32 and CD. RGB value is (7,50,205). Sum of RGB (Red+Green+Blue) = 7+50+205=262 (34% of max value = 765). Red value is 7 (3.12% from 255 or 2.67% from 262); Green value is 50 (19.92% from 255 or 19.08% from 262); Blue value is 205 (80.47% from 255 or 78.24% from 262); Max value from RGB is 205 - color contains mainly: blue. Hex color #0732CD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0732CD is #F8CD32. Grayscale: #363636. Windows color (decimal): -16305459 or 13447687. OLE color: 13447687.

HSL color Cylindrical-coordinate representation of color #0732CD: hue angle of 226.97º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0732CD is Cyan = 0.97, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 7 50 205 -
CMYK 0.97 0.76 0 0.20
HSL 226.97º 0.93% 0.42% -
HSV(B) 226.97º 0.97% 0.8% -
XYZ 12.25 6.73 58.41 -
YUV 54.81 212.75 93.9 -
System Red Green Blue C M Y K H S L
Decimal 7 50 205 0.97 0.76 0 0.20 226.97 0.93 0.42
Hex 7 32 CD 61 4C 0 14 E3 5D 2A
Octal 7 62 315 141 114 0 24 343 135 52
Binary 111 110010 11001101 1100001 1001100 0 10100 11100011 1011101 101010

Color Harmonies of #0732CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0732CD

Black with #0732CD

Text Example


Text Example

White with #0732CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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