Html Css Color HEX #0726DB Persian Blue

📋 copy color: '#0726DB'

red 7 ◦ green 38 ◦ blue 219

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

Shades of Persian Blue #0726DB

Tints of Persian Blue #0726DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 82.95%

R = 2.65%
G = 14.39%
B = 82.95%

CMYK

 C value IS 0.97

 M value IS 0.83

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0726DB (or 0x0726DB) is known color: Persian Blue. HEX triplet: 07, 26 and DB. RGB value is (7,38,219). Sum of RGB (Red+Green+Blue) = 7+38+219=264 (34% of max value = 765). Red value is 7 (3.12% from 255 or 2.65% from 264); Green value is 38 (15.23% from 255 or 14.39% from 264); Blue value is 219 (85.94% from 255 or 82.95% from 264); Max value from RGB is 219 - color contains mainly: blue. Hex color #0726DB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0726DB is #F8D924. Grayscale: #303030. Windows color (decimal): -16308517 or 14362119. OLE color: 14362119.

HSL color Cylindrical-coordinate representation of color #0726DB: hue angle of 231.23º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0726DB is Cyan = 0.97, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 7 38 219 -
CMYK 0.97 0.83 0 0.14
HSL 231.23º 0.94% 0.44% -
HSV(B) 231.23º 0.97% 0.86% -
XYZ 13.57 6.55 67.57 -
YUV 49.37 223.73 97.78 -
System Red Green Blue C M Y K H S L
Decimal 7 38 219 0.97 0.83 0 0.14 231.23 0.94 0.44
Hex 7 26 DB 61 53 0 E E7 5E 2C
Octal 7 46 333 141 123 0 16 347 136 54
Binary 111 100110 11011011 1100001 1010011 0 1110 11100111 1011110 101100

Color Harmonies of #0726DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0726DB

Black with #0726DB

Text Example


Text Example

White with #0726DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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