Html Css Color HEX #093BC5 Persian Blue

📋 copy color: '#093BC5'

red 9 ◦ green 59 ◦ blue 197

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

Shades of Persian Blue #093BC5

Tints of Persian Blue #093BC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 74.34%

R = 3.4%
G = 22.26%
B = 74.34%

CMYK

 C value IS 0.95

 M value IS 0.70

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#093BC5 (or 0x093BC5) is known color: Persian Blue. HEX triplet: 09, 3B and C5. RGB value is (9,59,197). Sum of RGB (Red+Green+Blue) = 9+59+197=265 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.40% from 265); Green value is 59 (23.44% from 255 or 22.26% from 265); Blue value is 197 (77.34% from 255 or 74.34% from 265); Max value from RGB is 197 - color contains mainly: blue. Hex color #093BC5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #093BC5 is #F6C43A. Grayscale: #3B3B3B. Windows color (decimal): -16172091 or 12925705. OLE color: 12925705.

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

Color convert

RGB 9 59 197 -
CMYK 0.95 0.70 0 0.23
HSL 224.04º 0.91% 0.4% -
HSV(B) 224.04º 0.95% 0.77% -
XYZ 11.75 7.22 53.6 -
YUV 59.78 205.44 91.78 -
System Red Green Blue C M Y K H S L
Decimal 9 59 197 0.95 0.70 0 0.23 224.04 0.91 0.4
Hex 9 3B C5 5F 46 0 17 E0 5B 28
Octal 11 73 305 137 106 0 27 340 133 50
Binary 1001 111011 11000101 1011111 1000110 0 10111 11100000 1011011 101000

Color Harmonies of #093BC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093BC5

Black with #093BC5

Text Example


Text Example

White with #093BC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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