Html Css Color HEX #093BBA Persian Blue

📋 copy color: '#093BBA'

red 9 ◦ green 59 ◦ blue 186

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

Shades of Persian Blue #093BBA

Tints of Persian Blue #093BBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 73.23%

R = 3.54%
G = 23.23%
B = 73.23%

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

#093BBA (or 0x093BBA) is known color: Persian Blue. HEX triplet: 09, 3B and BA. RGB value is (9,59,186). Sum of RGB (Red+Green+Blue) = 9+59+186=254 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.54% from 254); Green value is 59 (23.44% from 255 or 23.23% from 254); Blue value is 186 (73.05% from 255 or 73.23% from 254); Max value from RGB is 186 - color contains mainly: blue. Hex color #093BBA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #093BBA is #F6C445. Grayscale: #393939. Windows color (decimal): -16172102 or 12204809. OLE color: 12204809.

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

Color convert

RGB 9 59 186 -
CMYK 0.95 0.68 0 0.27
HSL 223.05º 0.91% 0.38% -
HSV(B) 223.05º 0.95% 0.73% -
XYZ 10.54 6.73 47.2 -
YUV 58.53 199.94 92.67 -
System Red Green Blue C M Y K H S L
Decimal 9 59 186 0.95 0.68 0 0.27 223.05 0.91 0.38
Hex 9 3B BA 5F 44 0 1B DF 5B 26
Octal 11 73 272 137 104 0 33 337 133 46
Binary 1001 111011 10111010 1011111 1000100 0 11011 11011111 1011011 100110

Color Harmonies of #093BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093BBA

Black with #093BBA

Text Example


Text Example

White with #093BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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