Html Css Color HEX #093AD8 Persian Blue

📋 copy color: '#093AD8'

red 9 ◦ green 58 ◦ blue 216

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

Shades of Persian Blue #093AD8

Tints of Persian Blue #093AD8

RGB

 RED value IS 9 (3.91% from 255) = 3.18%

 GREEN value IS 58 (23.05% from 255) = 20.49%

 BLUE value IS 216 (84.77% from 255) = 76.33%

R = 3.18%
G = 20.49%
B = 76.33%

CMYK

 C value IS 0.96

 M value IS 0.73

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#093AD8 (or 0x093AD8) is known color: Persian Blue. HEX triplet: 09, 3A and D8. RGB value is (9,58,216). Sum of RGB (Red+Green+Blue) = 9+58+216=283 (37% of max value = 765). Red value is 9 (3.91% from 255 or 3.18% from 283); Green value is 58 (23.05% from 255 or 20.49% from 283); Blue value is 216 (84.77% from 255 or 76.33% from 283); Max value from RGB is 216 - color contains mainly: blue. Hex color #093AD8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #093AD8 is #F6C527. Grayscale: #3C3C3C. Windows color (decimal): -16172328 or 14170633. OLE color: 14170633.

HSL color Cylindrical-coordinate representation of color #093AD8: hue angle of 225.8º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #093AD8 is Cyan = 0.96, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 9 58 216 -
CMYK 0.96 0.73 0 0.15
HSL 225.8º 0.92% 0.44% -
HSV(B) 225.8º 0.96% 0.85% -
XYZ 14.02 8.04 65.78 -
YUV 61.36 215.27 90.65 -
System Red Green Blue C M Y K H S L
Decimal 9 58 216 0.96 0.73 0 0.15 225.8 0.92 0.44
Hex 9 3A D8 60 49 0 F E2 5C 2C
Octal 11 72 330 140 111 0 17 342 134 54
Binary 1001 111010 11011000 1100000 1001001 0 1111 11100010 1011100 101100

Color Harmonies of #093AD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093AD8

Black with #093AD8

Text Example


Text Example

White with #093AD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093AD8; }

 p { color: rgb(9,58,216); }

 H1.HeaderClassName
 {
   color: #093AD8;
 }
 .AnyTagClassName
 {
   color: #093AD8;
 }
</style>

background-color css

<style>
 a { background-color: #093AD8; }

 a { background-color: rgb(9,58,216); }

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

border-color css

<style>
 span { border-color: #093AD8; }

 span { border-color: rgb(9,58,216); }

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