Html Css Color HEX #093DB9 Persian Blue

📋 copy color: '#093DB9'

red 9 ◦ green 61 ◦ blue 185

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

Shades of Persian Blue #093DB9

Tints of Persian Blue #093DB9

RGB

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

 GREEN value IS 61 (24.22% from 255) = 23.92%

 BLUE value IS 185 (72.66% from 255) = 72.55%

R = 3.53%
G = 23.92%
B = 72.55%

CMYK

 C value IS 0.95

 M value IS 0.67

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#093DB9 (or 0x093DB9) is known color: Persian Blue. HEX triplet: 09, 3D and B9. RGB value is (9,61,185). Sum of RGB (Red+Green+Blue) = 9+61+185=255 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.53% from 255); Green value is 61 (24.22% from 255 or 23.92% from 255); Blue value is 185 (72.66% from 255 or 72.55% from 255); Max value from RGB is 185 - color contains mainly: blue. Hex color #093DB9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #093DB9 is #F6C246. Grayscale: #3B3B3B. Windows color (decimal): -16171591 or 12139785. OLE color: 12139785.

HSL color Cylindrical-coordinate representation of color #093DB9: hue angle of 222.27º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #093DB9 is Cyan = 0.95, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 9 61 185 -
CMYK 0.95 0.67 0 0.27
HSL 222.27º 0.91% 0.38% -
HSV(B) 222.27º 0.95% 0.73% -
XYZ 10.54 6.9 46.68 -
YUV 59.59 198.77 91.92 -
System Red Green Blue C M Y K H S L
Decimal 9 61 185 0.95 0.67 0 0.27 222.27 0.91 0.38
Hex 9 3D B9 5F 43 0 1B DE 5B 26
Octal 11 75 271 137 103 0 33 336 133 46
Binary 1001 111101 10111001 1011111 1000011 0 11011 11011110 1011011 100110

Color Harmonies of #093DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093DB9

Black with #093DB9

Text Example


Text Example

White with #093DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,61,185); }

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

background-color css

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

 a { background-color: rgb(9,61,185); }

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

border-color css

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

 span { border-color: rgb(9,61,185); }

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