Html Css Color HEX #093CC5 Persian Blue

📋 copy color: '#093CC5'

red 9 ◦ green 60 ◦ blue 197

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

Shades of Persian Blue #093CC5

Tints of Persian Blue #093CC5

RGB

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

 GREEN value IS 60 (23.83% from 255) = 22.56%

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

R = 3.38%
G = 22.56%
B = 74.06%

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

#093CC5 (or 0x093CC5) is known color: Persian Blue. HEX triplet: 09, 3C and C5. RGB value is (9,60,197). Sum of RGB (Red+Green+Blue) = 9+60+197=266 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.38% from 266); Green value is 60 (23.83% from 255 or 22.56% from 266); Blue value is 197 (77.34% from 255 or 74.06% from 266); Max value from RGB is 197 - color contains mainly: blue. Hex color #093CC5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #093CC5 is #F6C33A. Grayscale: #3B3B3B. Windows color (decimal): -16171835 or 12925961. OLE color: 12925961.

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

Color convert

RGB 9 60 197 -
CMYK 0.95 0.70 0 0.23
HSL 223.72º 0.91% 0.4% -
HSV(B) 223.72º 0.95% 0.77% -
XYZ 11.81 7.32 53.61 -
YUV 60.37 205.1 91.36 -
System Red Green Blue C M Y K H S L
Decimal 9 60 197 0.95 0.70 0 0.23 223.72 0.91 0.4
Hex 9 3C C5 5F 46 0 17 E0 5B 28
Octal 11 74 305 137 106 0 27 340 133 50
Binary 1001 111100 11000101 1011111 1000110 0 10111 11100000 1011011 101000

Color Harmonies of #093CC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093CC5

Black with #093CC5

Text Example


Text Example

White with #093CC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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