Html Css Color HEX #093DCB Persian Blue

📋 copy color: '#093DCB'

red 9 ◦ green 61 ◦ blue 203

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

Shades of Persian Blue #093DCB

Tints of Persian Blue #093DCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 74.36%

R = 3.3%
G = 22.34%
B = 74.36%

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

#093DCB (or 0x093DCB) is known color: Persian Blue. HEX triplet: 09, 3D and CB. RGB value is (9,61,203). Sum of RGB (Red+Green+Blue) = 9+61+203=273 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.30% from 273); Green value is 61 (24.22% from 255 or 22.34% from 273); Blue value is 203 (79.69% from 255 or 74.36% from 273); Max value from RGB is 203 - color contains mainly: blue. Hex color #093DCB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #093DCB is #F6C234. Grayscale: #3D3D3D. Windows color (decimal): -16171573 or 13319433. OLE color: 13319433.

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

Color convert

RGB 9 61 203 -
CMYK 0.96 0.70 0 0.20
HSL 223.92º 0.92% 0.42% -
HSV(B) 223.92º 0.96% 0.8% -
XYZ 12.56 7.71 57.33 -
YUV 61.64 207.77 90.45 -
System Red Green Blue C M Y K H S L
Decimal 9 61 203 0.96 0.70 0 0.20 223.92 0.92 0.42
Hex 9 3D CB 60 46 0 14 E0 5C 2A
Octal 11 75 313 140 106 0 24 340 134 52
Binary 1001 111101 11001011 1100000 1000110 0 10100 11100000 1011100 101010

Color Harmonies of #093DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093DCB

Black with #093DCB

Text Example


Text Example

White with #093DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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