Html Css Color HEX #093ECC Persian Blue

📋 copy color: '#093ECC'

red 9 ◦ green 62 ◦ blue 204

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

Shades of Persian Blue #093ECC

Tints of Persian Blue #093ECC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 74.18%

R = 3.27%
G = 22.55%
B = 74.18%

CMYK

 C value IS 0.96

 M value IS 0.70

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#093ECC (or 0x093ECC) is known color: Persian Blue. HEX triplet: 09, 3E and CC. RGB value is (9,62,204). Sum of RGB (Red+Green+Blue) = 9+62+204=275 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.27% from 275); Green value is 62 (24.61% from 255 or 22.55% from 275); Blue value is 204 (80.08% from 255 or 74.18% from 275); Max value from RGB is 204 - color contains mainly: blue. Hex color #093ECC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #093ECC is #F6C133. Grayscale: #3D3D3D. Windows color (decimal): -16171316 or 13385225. OLE color: 13385225.

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

Color convert

RGB 9 62 204 -
CMYK 0.96 0.70 0 0.2
HSL 223.69º 0.92% 0.42% -
HSV(B) 223.69º 0.96% 0.8% -
XYZ 12.73 7.86 57.97 -
YUV 62.34 207.94 89.95 -
System Red Green Blue C M Y K H S L
Decimal 9 62 204 0.96 0.70 0 0.2 223.69 0.92 0.42
Hex 9 3E CC 60 46 0 14 E0 5C 2A
Octal 11 76 314 140 106 0 24 340 134 52
Binary 1001 111110 11001100 1100000 1000110 0 10100 11100000 1011100 101010

Color Harmonies of #093ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093ECC

Black with #093ECC

Text Example


Text Example

White with #093ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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