Html Css Color HEX #093BBB Persian Blue

📋 copy color: '#093BBB'

red 9 ◦ green 59 ◦ blue 187

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

Shades of Persian Blue #093BBB

Tints of Persian Blue #093BBB

RGB

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

 GREEN value IS 59 (23.44% from 255) = 23.14%

 BLUE value IS 187 (73.44% from 255) = 73.33%

R = 3.53%
G = 23.14%
B = 73.33%

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

#093BBB (or 0x093BBB) is known color: Persian Blue. HEX triplet: 09, 3B and BB. RGB value is (9,59,187). Sum of RGB (Red+Green+Blue) = 9+59+187=255 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.53% from 255); Green value is 59 (23.44% from 255 or 23.14% from 255); Blue value is 187 (73.44% from 255 or 73.33% from 255); Max value from RGB is 187 - color contains mainly: blue. Hex color #093BBB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #093BBB is #F6C444. Grayscale: #3A3A3A. Windows color (decimal): -16172101 or 12270345. OLE color: 12270345.

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

Color convert

RGB 9 59 187 -
CMYK 0.95 0.68 0 0.27
HSL 223.15º 0.91% 0.38% -
HSV(B) 223.15º 0.95% 0.73% -
XYZ 10.65 6.77 47.76 -
YUV 58.64 200.44 92.59 -
System Red Green Blue C M Y K H S L
Decimal 9 59 187 0.95 0.68 0 0.27 223.15 0.91 0.38
Hex 9 3B BB 5F 44 0 1B DF 5B 26
Octal 11 73 273 137 104 0 33 337 133 46
Binary 1001 111011 10111011 1011111 1000100 0 11011 11011111 1011011 100110

Color Harmonies of #093BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093BBB

Black with #093BBB

Text Example


Text Example

White with #093BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,59,187); }

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

background-color css

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

 a { background-color: rgb(9,59,187); }

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

border-color css

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

 span { border-color: rgb(9,59,187); }

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