Html Css Color HEX #0726CD Persian Blue

📋 copy color: '#0726CD'

red 7 ◦ green 38 ◦ blue 205

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

Shades of Persian Blue #0726CD

Tints of Persian Blue #0726CD

RGB

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

 GREEN value IS 38 (15.23% from 255) = 15.2%

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

R = 2.8%
G = 15.2%
B = 82%

CMYK

 C value IS 0.97

 M value IS 0.81

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0726CD (or 0x0726CD) is known color: Persian Blue. HEX triplet: 07, 26 and CD. RGB value is (7,38,205). Sum of RGB (Red+Green+Blue) = 7+38+205=250 (33% of max value = 765). Red value is 7 (3.12% from 255 or 2.8% from 250); Green value is 38 (15.23% from 255 or 15.2% from 250); Blue value is 205 (80.47% from 255 or 82% from 250); Max value from RGB is 205 - color contains mainly: blue. Hex color #0726CD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0726CD is #F8D932. Grayscale: #2F2F2F. Windows color (decimal): -16308531 or 13444615. OLE color: 13444615.

HSL color Cylindrical-coordinate representation of color #0726CD: hue angle of 230.61º 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 #0726CD is Cyan = 0.97, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 7 38 205 -
CMYK 0.97 0.81 0 0.20
HSL 230.61º 0.93% 0.42% -
HSV(B) 230.61º 0.97% 0.8% -
XYZ 11.8 5.84 58.26 -
YUV 47.77 216.73 98.92 -
System Red Green Blue C M Y K H S L
Decimal 7 38 205 0.97 0.81 0 0.20 230.61 0.93 0.42
Hex 7 26 CD 61 51 0 14 E7 5D 2A
Octal 7 46 315 141 121 0 24 347 135 52
Binary 111 100110 11001101 1100001 1010001 0 10100 11100111 1011101 101010

Color Harmonies of #0726CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0726CD

Black with #0726CD

Text Example


Text Example

White with #0726CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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