Html Css Color HEX #093BC1 Persian Blue

📋 copy color: '#093BC1'

red 9 ◦ green 59 ◦ blue 193

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

Shades of Persian Blue #093BC1

Tints of Persian Blue #093BC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 73.95%

R = 3.45%
G = 22.61%
B = 73.95%

CMYK

 C value IS 0.95

 M value IS 0.69

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#093BC1 (or 0x093BC1) is known color: Persian Blue. HEX triplet: 09, 3B and C1. RGB value is (9,59,193). Sum of RGB (Red+Green+Blue) = 9+59+193=261 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.45% from 261); Green value is 59 (23.44% from 255 or 22.61% from 261); Blue value is 193 (75.78% from 255 or 73.95% from 261); Max value from RGB is 193 - color contains mainly: blue. Hex color #093BC1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #093BC1 is #F6C43E. Grayscale: #3A3A3A. Windows color (decimal): -16172095 or 12663561. OLE color: 12663561.

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

Color convert

RGB 9 59 193 -
CMYK 0.95 0.69 0 0.24
HSL 223.7º 0.91% 0.4% -
HSV(B) 223.7º 0.95% 0.76% -
XYZ 11.3 7.04 51.21 -
YUV 59.33 203.44 92.1 -
System Red Green Blue C M Y K H S L
Decimal 9 59 193 0.95 0.69 0 0.24 223.7 0.91 0.4
Hex 9 3B C1 5F 45 0 18 E0 5B 28
Octal 11 73 301 137 105 0 30 340 133 50
Binary 1001 111011 11000001 1011111 1000101 0 11000 11100000 1011011 101000

Color Harmonies of #093BC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093BC1

Black with #093BC1

Text Example


Text Example

White with #093BC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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