Html Css Color HEX #093ECB Persian Blue

📋 copy color: '#093ECB'

red 9 ◦ green 62 ◦ blue 203

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

Shades of Persian Blue #093ECB

Tints of Persian Blue #093ECB

RGB

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

 GREEN value IS 62 (24.61% from 255) = 22.63%

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

R = 3.28%
G = 22.63%
B = 74.09%

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

#093ECB (or 0x093ECB) is known color: Persian Blue. HEX triplet: 09, 3E and CB. RGB value is (9,62,203). Sum of RGB (Red+Green+Blue) = 9+62+203=274 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.28% from 274); Green value is 62 (24.61% from 255 or 22.63% from 274); Blue value is 203 (79.69% from 255 or 74.09% from 274); Max value from RGB is 203 - color contains mainly: blue. Hex color #093ECB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #093ECB is #F6C134. Grayscale: #3D3D3D. Windows color (decimal): -16171317 or 13319689. OLE color: 13319689.

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

Color convert

RGB 9 62 203 -
CMYK 0.96 0.69 0 0.20
HSL 223.61º 0.92% 0.42% -
HSV(B) 223.61º 0.96% 0.8% -
XYZ 12.61 7.82 57.34 -
YUV 62.23 207.44 90.04 -
System Red Green Blue C M Y K H S L
Decimal 9 62 203 0.96 0.69 0 0.20 223.61 0.92 0.42
Hex 9 3E CB 60 45 0 14 E0 5C 2A
Octal 11 76 313 140 105 0 24 340 134 52
Binary 1001 111110 11001011 1100000 1000101 0 10100 11100000 1011100 101010

Color Harmonies of #093ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093ECB

Black with #093ECB

Text Example


Text Example

White with #093ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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