Html Css Color HEX #093CC0 Persian Blue

📋 copy color: '#093CC0'

red 9 ◦ green 60 ◦ blue 192

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

Shades of Persian Blue #093CC0

Tints of Persian Blue #093CC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 73.56%

R = 3.45%
G = 22.99%
B = 73.56%

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

#093CC0 (or 0x093CC0) is known color: Persian Blue. HEX triplet: 09, 3C and C0. RGB value is (9,60,192). Sum of RGB (Red+Green+Blue) = 9+60+192=261 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.45% from 261); Green value is 60 (23.83% from 255 or 22.99% from 261); Blue value is 192 (75.39% from 255 or 73.56% from 261); Max value from RGB is 192 - color contains mainly: blue. Hex color #093CC0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #093CC0 is #F6C33F. Grayscale: #3B3B3B. Windows color (decimal): -16171840 or 12598281. OLE color: 12598281.

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

Color convert

RGB 9 60 192 -
CMYK 0.95 0.69 0 0.25
HSL 223.28º 0.91% 0.39% -
HSV(B) 223.28º 0.95% 0.75% -
XYZ 11.24 7.1 50.65 -
YUV 59.8 202.6 91.77 -
System Red Green Blue C M Y K H S L
Decimal 9 60 192 0.95 0.69 0 0.25 223.28 0.91 0.39
Hex 9 3C C0 5F 45 0 19 DF 5B 27
Octal 11 74 300 137 105 0 31 337 133 47
Binary 1001 111100 11000000 1011111 1000101 0 11001 11011111 1011011 100111

Color Harmonies of #093CC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093CC0

Black with #093CC0

Text Example


Text Example

White with #093CC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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