Html Css Color HEX #092ECE Persian Blue

📋 copy color: '#092ECE'

red 9 ◦ green 46 ◦ blue 206

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

Shades of Persian Blue #092ECE

Tints of Persian Blue #092ECE

RGB

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

 GREEN value IS 46 (18.36% from 255) = 17.62%

 BLUE value IS 206 (80.86% from 255) = 78.93%

R = 3.45%
G = 17.62%
B = 78.93%

CMYK

 C value IS 0.96

 M value IS 0.78

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#092ECE (or 0x092ECE) is known color: Persian Blue. HEX triplet: 09, 2E and CE. RGB value is (9,46,206). Sum of RGB (Red+Green+Blue) = 9+46+206=261 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.45% from 261); Green value is 46 (18.36% from 255 or 17.62% from 261); Blue value is 206 (80.86% from 255 or 78.93% from 261); Max value from RGB is 206 - color contains mainly: blue. Hex color #092ECE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #092ECE is #F6D131. Grayscale: #343434. Windows color (decimal): -16175410 or 13512201. OLE color: 13512201.

HSL color Cylindrical-coordinate representation of color #092ECE: hue angle of 228.73º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #092ECE is Cyan = 0.96, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 9 46 206 -
CMYK 0.96 0.78 0 0.19
HSL 228.73º 0.92% 0.42% -
HSV(B) 228.73º 0.96% 0.81% -
XYZ 12.23 6.47 59 -
YUV 53.18 214.24 96.49 -
System Red Green Blue C M Y K H S L
Decimal 9 46 206 0.96 0.78 0 0.19 228.73 0.92 0.42
Hex 9 2E CE 60 4E 0 13 E5 5C 2A
Octal 11 56 316 140 116 0 23 345 134 52
Binary 1001 101110 11001110 1100000 1001110 0 10011 11100101 1011100 101010

Color Harmonies of #092ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092ECE

Black with #092ECE

Text Example


Text Example

White with #092ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #092ECE; }

 p { color: rgb(9,46,206); }

 H1.HeaderClassName
 {
   color: #092ECE;
 }
 .AnyTagClassName
 {
   color: #092ECE;
 }
</style>

background-color css

<style>
 a { background-color: #092ECE; }

 a { background-color: rgb(9,46,206); }

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

border-color css

<style>
 span { border-color: #092ECE; }

 span { border-color: rgb(9,46,206); }

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