Html Css Color HEX #0729CA Persian Blue

📋 copy color: '#0729CA'

red 7 ◦ green 41 ◦ blue 202

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

Shades of Persian Blue #0729CA

Tints of Persian Blue #0729CA

RGB

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

 GREEN value IS 41 (16.41% from 255) = 16.4%

 BLUE value IS 202 (79.3% from 255) = 80.8%

R = 2.8%
G = 16.4%
B = 80.8%

CMYK

 C value IS 0.97

 M value IS 0.80

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#0729CA (or 0x0729CA) is known color: Persian Blue. HEX triplet: 07, 29 and CA. RGB value is (7,41,202). Sum of RGB (Red+Green+Blue) = 7+41+202=250 (33% of max value = 765). Red value is 7 (3.12% from 255 or 2.8% from 250); Green value is 41 (16.41% from 255 or 16.4% from 250); Blue value is 202 (79.30% from 255 or 80.8% from 250); Max value from RGB is 202 - color contains mainly: blue. Hex color #0729CA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0729CA is #F8D635. Grayscale: #303030. Windows color (decimal): -16307766 or 13248775. OLE color: 13248775.

HSL color Cylindrical-coordinate representation of color #0729CA: hue angle of 229.54º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0729CA is Cyan = 0.97, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 7 41 202 -
CMYK 0.97 0.80 0 0.21
HSL 229.54º 0.93% 0.41% -
HSV(B) 229.54º 0.97% 0.79% -
XYZ 11.54 5.9 56.41 -
YUV 49.19 214.24 97.91 -
System Red Green Blue C M Y K H S L
Decimal 7 41 202 0.97 0.80 0 0.21 229.54 0.93 0.41
Hex 7 29 CA 61 50 0 15 E6 5D 29
Octal 7 51 312 141 120 0 25 346 135 51
Binary 111 101001 11001010 1100001 1010000 0 10101 11100110 1011101 101001

Color Harmonies of #0729CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0729CA

Black with #0729CA

Text Example


Text Example

White with #0729CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0729CA; }

 p { color: rgb(7,41,202); }

 H1.HeaderClassName
 {
   color: #0729CA;
 }
 .AnyTagClassName
 {
   color: #0729CA;
 }
</style>

background-color css

<style>
 a { background-color: #0729CA; }

 a { background-color: rgb(7,41,202); }

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

border-color css

<style>
 span { border-color: #0729CA; }

 span { border-color: rgb(7,41,202); }

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