Html Css Color HEX #093EC6 Persian Blue

📋 copy color: '#093EC6'

red 9 ◦ green 62 ◦ blue 198

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

Shades of Persian Blue #093EC6

Tints of Persian Blue #093EC6

RGB

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

 GREEN value IS 62 (24.61% from 255) = 23.05%

 BLUE value IS 198 (77.73% from 255) = 73.61%

R = 3.35%
G = 23.05%
B = 73.61%

CMYK

 C value IS 0.95

 M value IS 0.69

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#093EC6 (or 0x093EC6) is known color: Persian Blue. HEX triplet: 09, 3E and C6. RGB value is (9,62,198). Sum of RGB (Red+Green+Blue) = 9+62+198=269 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.35% from 269); Green value is 62 (24.61% from 255 or 23.05% from 269); Blue value is 198 (77.73% from 255 or 73.61% from 269); Max value from RGB is 198 - color contains mainly: blue. Hex color #093EC6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #093EC6 is #F6C139. Grayscale: #3D3D3D. Windows color (decimal): -16171322 or 12992009. OLE color: 12992009.

HSL color Cylindrical-coordinate representation of color #093EC6: hue angle of 223.17º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #093EC6 is Cyan = 0.95, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 9 62 198 -
CMYK 0.95 0.69 0 0.22
HSL 223.17º 0.91% 0.41% -
HSV(B) 223.17º 0.95% 0.78% -
XYZ 12.03 7.58 54.26 -
YUV 61.66 204.94 90.44 -
System Red Green Blue C M Y K H S L
Decimal 9 62 198 0.95 0.69 0 0.22 223.17 0.91 0.41
Hex 9 3E C6 5F 45 0 16 DF 5B 29
Octal 11 76 306 137 105 0 26 337 133 51
Binary 1001 111110 11000110 1011111 1000101 0 10110 11011111 1011011 101001

Color Harmonies of #093EC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093EC6

Black with #093EC6

Text Example


Text Example

White with #093EC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,62,198); }

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

background-color css

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

 a { background-color: rgb(9,62,198); }

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

border-color css

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

 span { border-color: rgb(9,62,198); }

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