Html Css Color HEX #093FD5 Persian Blue

📋 copy color: '#093FD5'

red 9 ◦ green 63 ◦ blue 213

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

Shades of Persian Blue #093FD5

Tints of Persian Blue #093FD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 74.74%

R = 3.16%
G = 22.11%
B = 74.74%

CMYK

 C value IS 0.96

 M value IS 0.70

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#093FD5 (or 0x093FD5) is known color: Persian Blue. HEX triplet: 09, 3F and D5. RGB value is (9,63,213). Sum of RGB (Red+Green+Blue) = 9+63+213=285 (37% of max value = 765). Red value is 9 (3.91% from 255 or 3.16% from 285); Green value is 63 (25% from 255 or 22.11% from 285); Blue value is 213 (83.59% from 255 or 74.74% from 285); Max value from RGB is 213 - color contains mainly: blue. Hex color #093FD5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #093FD5 is #F6C02A. Grayscale: #3F3F3F. Windows color (decimal): -16171051 or 13975305. OLE color: 13975305.

HSL color Cylindrical-coordinate representation of color #093FD5: hue angle of 224.12º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #093FD5 is Cyan = 0.96, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 9 63 213 -
CMYK 0.96 0.70 0 0.16
HSL 224.12º 0.92% 0.44% -
HSV(B) 224.12º 0.96% 0.84% -
XYZ 13.9 8.42 63.84 -
YUV 63.95 212.11 88.8 -
System Red Green Blue C M Y K H S L
Decimal 9 63 213 0.96 0.70 0 0.16 224.12 0.92 0.44
Hex 9 3F D5 60 46 0 10 E0 5C 2C
Octal 11 77 325 140 106 0 20 340 134 54
Binary 1001 111111 11010101 1100000 1000110 0 10000 11100000 1011100 101100

Color Harmonies of #093FD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093FD5

Black with #093FD5

Text Example


Text Example

White with #093FD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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