Html Css Color HEX #093BBF Persian Blue

📋 copy color: '#093BBF'

red 9 ◦ green 59 ◦ blue 191

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

Shades of Persian Blue #093BBF

Tints of Persian Blue #093BBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 73.75%

R = 3.47%
G = 22.78%
B = 73.75%

CMYK

 C value IS 0.95

 M value IS 0.69

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#093BBF (or 0x093BBF) is known color: Persian Blue. HEX triplet: 09, 3B and BF. RGB value is (9,59,191). Sum of RGB (Red+Green+Blue) = 9+59+191=259 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.47% from 259); Green value is 59 (23.44% from 255 or 22.78% from 259); Blue value is 191 (75% from 255 or 73.75% from 259); Max value from RGB is 191 - color contains mainly: blue. Hex color #093BBF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #093BBF is #F6C440. Grayscale: #3A3A3A. Windows color (decimal): -16172097 or 12532489. OLE color: 12532489.

HSL color Cylindrical-coordinate representation of color #093BBF: hue angle of 223.52º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #093BBF is Cyan = 0.95, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 9 59 191 -
CMYK 0.95 0.69 0 0.25
HSL 223.52º 0.91% 0.39% -
HSV(B) 223.52º 0.95% 0.75% -
XYZ 11.08 6.95 50.05 -
YUV 59.1 202.44 92.27 -
System Red Green Blue C M Y K H S L
Decimal 9 59 191 0.95 0.69 0 0.25 223.52 0.91 0.39
Hex 9 3B BF 5F 45 0 19 E0 5B 27
Octal 11 73 277 137 105 0 31 340 133 47
Binary 1001 111011 10111111 1011111 1000101 0 11001 11100000 1011011 100111

Color Harmonies of #093BBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093BBF

Black with #093BBF

Text Example


Text Example

White with #093BBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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