Html Css Color HEX #093BCD Persian Blue

📋 copy color: '#093BCD'

red 9 ◦ green 59 ◦ blue 205

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

Shades of Persian Blue #093BCD

Tints of Persian Blue #093BCD

RGB

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

 GREEN value IS 59 (23.44% from 255) = 21.61%

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

R = 3.3%
G = 21.61%
B = 75.09%

CMYK

 C value IS 0.96

 M value IS 0.71

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#093BCD (or 0x093BCD) is known color: Persian Blue. HEX triplet: 09, 3B and CD. RGB value is (9,59,205). Sum of RGB (Red+Green+Blue) = 9+59+205=273 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.30% from 273); Green value is 59 (23.44% from 255 or 21.61% from 273); Blue value is 205 (80.47% from 255 or 75.09% from 273); Max value from RGB is 205 - color contains mainly: blue. Hex color #093BCD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #093BCD is #F6C432. Grayscale: #3C3C3C. Windows color (decimal): -16172083 or 13449993. OLE color: 13449993.

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

Color convert

RGB 9 59 205 -
CMYK 0.96 0.71 0 0.20
HSL 224.69º 0.92% 0.42% -
HSV(B) 224.69º 0.96% 0.8% -
XYZ 12.7 7.59 58.55 -
YUV 60.69 209.44 91.13 -
System Red Green Blue C M Y K H S L
Decimal 9 59 205 0.96 0.71 0 0.20 224.69 0.92 0.42
Hex 9 3B CD 60 47 0 14 E1 5C 2A
Octal 11 73 315 140 107 0 24 341 134 52
Binary 1001 111011 11001101 1100000 1000111 0 10100 11100001 1011100 101010

Color Harmonies of #093BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093BCD

Black with #093BCD

Text Example


Text Example

White with #093BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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