Html Css Color HEX #093CBA Persian Blue

📋 copy color: '#093CBA'

red 9 ◦ green 60 ◦ blue 186

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

Shades of Persian Blue #093CBA

Tints of Persian Blue #093CBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 72.94%

R = 3.53%
G = 23.53%
B = 72.94%

CMYK

 C value IS 0.95

 M value IS 0.68

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#093CBA (or 0x093CBA) is known color: Persian Blue. HEX triplet: 09, 3C and BA. RGB value is (9,60,186). Sum of RGB (Red+Green+Blue) = 9+60+186=255 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.53% from 255); Green value is 60 (23.83% from 255 or 23.53% from 255); Blue value is 186 (73.05% from 255 or 72.94% from 255); Max value from RGB is 186 - color contains mainly: blue. Hex color #093CBA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #093CBA is #F6C345. Grayscale: #3A3A3A. Windows color (decimal): -16171846 or 12205065. OLE color: 12205065.

HSL color Cylindrical-coordinate representation of color #093CBA: hue angle of 222.71º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #093CBA is Cyan = 0.95, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 9 60 186 -
CMYK 0.95 0.68 0 0.27
HSL 222.71º 0.91% 0.38% -
HSV(B) 222.71º 0.95% 0.73% -
XYZ 10.59 6.83 47.22 -
YUV 59.12 199.6 92.25 -
System Red Green Blue C M Y K H S L
Decimal 9 60 186 0.95 0.68 0 0.27 222.71 0.91 0.38
Hex 9 3C BA 5F 44 0 1B DF 5B 26
Octal 11 74 272 137 104 0 33 337 133 46
Binary 1001 111100 10111010 1011111 1000100 0 11011 11011111 1011011 100110

Color Harmonies of #093CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093CBA

Black with #093CBA

Text Example


Text Example

White with #093CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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