Html Css Color HEX #093DCD Persian Blue

📋 copy color: '#093DCD'

red 9 ◦ green 61 ◦ blue 205

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

Shades of Persian Blue #093DCD

Tints of Persian Blue #093DCD

RGB

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

 GREEN value IS 61 (24.22% from 255) = 22.18%

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

R = 3.27%
G = 22.18%
B = 74.55%

CMYK

 C value IS 0.96

 M value IS 0.70

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#093DCD (or 0x093DCD) is known color: Persian Blue. HEX triplet: 09, 3D and CD. RGB value is (9,61,205). Sum of RGB (Red+Green+Blue) = 9+61+205=275 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.27% from 275); Green value is 61 (24.22% from 255 or 22.18% from 275); Blue value is 205 (80.47% from 255 or 74.55% from 275); Max value from RGB is 205 - color contains mainly: blue. Hex color #093DCD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #093DCD is #F6C232. Grayscale: #3D3D3D. Windows color (decimal): -16171571 or 13450505. OLE color: 13450505.

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

Color convert

RGB 9 61 205 -
CMYK 0.96 0.70 0 0.20
HSL 224.08º 0.92% 0.42% -
HSV(B) 224.08º 0.96% 0.8% -
XYZ 12.8 7.8 58.59 -
YUV 61.87 208.77 90.29 -
System Red Green Blue C M Y K H S L
Decimal 9 61 205 0.96 0.70 0 0.20 224.08 0.92 0.42
Hex 9 3D CD 60 46 0 14 E0 5C 2A
Octal 11 75 315 140 106 0 24 340 134 52
Binary 1001 111101 11001101 1100000 1000110 0 10100 11100000 1011100 101010

Color Harmonies of #093DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093DCD

Black with #093DCD

Text Example


Text Example

White with #093DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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