Html Css Color HEX #093CCA Persian Blue

📋 copy color: '#093CCA'

red 9 ◦ green 60 ◦ blue 202

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

Shades of Persian Blue #093CCA

Tints of Persian Blue #093CCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 74.54%

R = 3.32%
G = 22.14%
B = 74.54%

CMYK

 C value IS 0.96

 M value IS 0.70

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#093CCA (or 0x093CCA) is known color: Persian Blue. HEX triplet: 09, 3C and CA. RGB value is (9,60,202). Sum of RGB (Red+Green+Blue) = 9+60+202=271 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.32% from 271); Green value is 60 (23.83% from 255 or 22.14% from 271); Blue value is 202 (79.30% from 255 or 74.54% from 271); Max value from RGB is 202 - color contains mainly: blue. Hex color #093CCA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #093CCA is #F6C335. Grayscale: #3C3C3C. Windows color (decimal): -16171830 or 13253641. OLE color: 13253641.

HSL color Cylindrical-coordinate representation of color #093CCA: hue angle of 224.15º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #093CCA is Cyan = 0.96, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 9 60 202 -
CMYK 0.96 0.70 0 0.21
HSL 224.15º 0.91% 0.41% -
HSV(B) 224.15º 0.96% 0.79% -
XYZ 12.39 7.55 56.68 -
YUV 60.94 207.6 90.95 -
System Red Green Blue C M Y K H S L
Decimal 9 60 202 0.96 0.70 0 0.21 224.15 0.91 0.41
Hex 9 3C CA 60 46 0 15 E0 5B 29
Octal 11 74 312 140 106 0 25 340 133 51
Binary 1001 111100 11001010 1100000 1000110 0 10101 11100000 1011011 101001

Color Harmonies of #093CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093CCA

Black with #093CCA

Text Example


Text Example

White with #093CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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