Html Css Color HEX #093FC8 Persian Blue

📋 copy color: '#093FC8'

red 9 ◦ green 63 ◦ blue 200

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

Shades of Persian Blue #093FC8

Tints of Persian Blue #093FC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 73.53%

R = 3.31%
G = 23.16%
B = 73.53%

CMYK

 C value IS 0.96

 M value IS 0.68

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#093FC8 (or 0x093FC8) is known color: Persian Blue. HEX triplet: 09, 3F and C8. RGB value is (9,63,200). Sum of RGB (Red+Green+Blue) = 9+63+200=272 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.31% from 272); Green value is 63 (25% from 255 or 23.16% from 272); Blue value is 200 (78.52% from 255 or 73.53% from 272); Max value from RGB is 200 - color contains mainly: blue. Hex color #093FC8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #093FC8 is #F6C037. Grayscale: #3D3D3D. Windows color (decimal): -16171064 or 13123337. OLE color: 13123337.

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

Color convert

RGB 9 63 200 -
CMYK 0.96 0.68 0 0.22
HSL 223.04º 0.91% 0.41% -
HSV(B) 223.04º 0.96% 0.78% -
XYZ 12.32 7.78 55.5 -
YUV 62.47 205.61 89.86 -
System Red Green Blue C M Y K H S L
Decimal 9 63 200 0.96 0.68 0 0.22 223.04 0.91 0.41
Hex 9 3F C8 60 44 0 16 DF 5B 29
Octal 11 77 310 140 104 0 26 337 133 51
Binary 1001 111111 11001000 1100000 1000100 0 10110 11011111 1011011 101001

Color Harmonies of #093FC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093FC8

Black with #093FC8

Text Example


Text Example

White with #093FC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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