Html Css Color HEX #093FCD Persian Blue

📋 copy color: '#093FCD'

red 9 ◦ green 63 ◦ blue 205

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

Shades of Persian Blue #093FCD

Tints of Persian Blue #093FCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 74.01%

R = 3.25%
G = 22.74%
B = 74.01%

CMYK

 C value IS 0.96

 M value IS 0.69

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#093FCD (or 0x093FCD) is known color: Persian Blue. HEX triplet: 09, 3F and CD. RGB value is (9,63,205). Sum of RGB (Red+Green+Blue) = 9+63+205=277 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.25% from 277); Green value is 63 (25% from 255 or 22.74% from 277); Blue value is 205 (80.47% from 255 or 74.01% from 277); Max value from RGB is 205 - color contains mainly: blue. Hex color #093FCD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #093FCD is #F6C032. Grayscale: #3E3E3E. Windows color (decimal): -16171059 or 13451017. OLE color: 13451017.

HSL color Cylindrical-coordinate representation of color #093FCD: hue angle of 223.47º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #093FCD is Cyan = 0.96, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 9 63 205 -
CMYK 0.96 0.69 0 0.20
HSL 223.47º 0.92% 0.42% -
HSV(B) 223.47º 0.96% 0.8% -
XYZ 12.91 8.02 58.63 -
YUV 63.04 208.11 89.45 -
System Red Green Blue C M Y K H S L
Decimal 9 63 205 0.96 0.69 0 0.20 223.47 0.92 0.42
Hex 9 3F CD 60 45 0 14 DF 5C 2A
Octal 11 77 315 140 105 0 24 337 134 52
Binary 1001 111111 11001101 1100000 1000101 0 10100 11011111 1011100 101010

Color Harmonies of #093FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093FCD

Black with #093FCD

Text Example


Text Example

White with #093FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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