Html Css Color HEX #093FC6 Persian Blue

📋 copy color: '#093FC6'

red 9 ◦ green 63 ◦ blue 198

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

Shades of Persian Blue #093FC6

Tints of Persian Blue #093FC6

RGB

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

 GREEN value IS 63 (25% from 255) = 23.33%

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

R = 3.33%
G = 23.33%
B = 73.33%

CMYK

 C value IS 0.95

 M value IS 0.68

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#093FC6 (or 0x093FC6) is known color: Persian Blue. HEX triplet: 09, 3F and C6. RGB value is (9,63,198). Sum of RGB (Red+Green+Blue) = 9+63+198=270 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.33% from 270); Green value is 63 (25% from 255 or 23.33% from 270); Blue value is 198 (77.73% from 255 or 73.33% from 270); Max value from RGB is 198 - color contains mainly: blue. Hex color #093FC6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #093FC6 is #F6C039. Grayscale: #3D3D3D. Windows color (decimal): -16171066 or 12992265. OLE color: 12992265.

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

Color convert

RGB 9 63 198 -
CMYK 0.95 0.68 0 0.22
HSL 222.86º 0.91% 0.41% -
HSV(B) 222.86º 0.95% 0.78% -
XYZ 12.08 7.69 54.27 -
YUV 62.24 204.61 90.02 -
System Red Green Blue C M Y K H S L
Decimal 9 63 198 0.95 0.68 0 0.22 222.86 0.91 0.41
Hex 9 3F C6 5F 44 0 16 DF 5B 29
Octal 11 77 306 137 104 0 26 337 133 51
Binary 1001 111111 11000110 1011111 1000100 0 10110 11011111 1011011 101001

Color Harmonies of #093FC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093FC6

Black with #093FC6

Text Example


Text Example

White with #093FC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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