Html Css Color HEX #093CB9 Persian Blue

📋 copy color: '#093CB9'

red 9 ◦ green 60 ◦ blue 185

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

Shades of Persian Blue #093CB9

Tints of Persian Blue #093CB9

RGB

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

 GREEN value IS 60 (23.83% from 255) = 23.62%

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

R = 3.54%
G = 23.62%
B = 72.83%

CMYK

 C value IS 0.95

 M value IS 0.68

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#093CB9 (or 0x093CB9) is known color: Persian Blue. HEX triplet: 09, 3C and B9. RGB value is (9,60,185). Sum of RGB (Red+Green+Blue) = 9+60+185=254 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.54% from 254); Green value is 60 (23.83% from 255 or 23.62% from 254); Blue value is 185 (72.66% from 255 or 72.83% from 254); Max value from RGB is 185 - color contains mainly: blue. Hex color #093CB9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #093CB9 is #F6C346. Grayscale: #3A3A3A. Windows color (decimal): -16171847 or 12139529. OLE color: 12139529.

HSL color Cylindrical-coordinate representation of color #093CB9: hue angle of 222.61º 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 #093CB9 is Cyan = 0.95, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 9 60 185 -
CMYK 0.95 0.68 0 0.27
HSL 222.61º 0.91% 0.38% -
HSV(B) 222.61º 0.95% 0.73% -
XYZ 10.49 6.79 46.66 -
YUV 59 199.1 92.34 -
System Red Green Blue C M Y K H S L
Decimal 9 60 185 0.95 0.68 0 0.27 222.61 0.91 0.38
Hex 9 3C B9 5F 44 0 1B DF 5B 26
Octal 11 74 271 137 104 0 33 337 133 46
Binary 1001 111100 10111001 1011111 1000100 0 11011 11011111 1011011 100110

Color Harmonies of #093CB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093CB9

Black with #093CB9

Text Example


Text Example

White with #093CB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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