Html Css Color HEX #092ECF Persian Blue

📋 copy color: '#092ECF'

red 9 ◦ green 46 ◦ blue 207

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

Shades of Persian Blue #092ECF

Tints of Persian Blue #092ECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 79.01%

R = 3.44%
G = 17.56%
B = 79.01%

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

#092ECF (or 0x092ECF) is known color: Persian Blue. HEX triplet: 09, 2E and CF. RGB value is (9,46,207). Sum of RGB (Red+Green+Blue) = 9+46+207=262 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.44% from 262); Green value is 46 (18.36% from 255 or 17.56% from 262); Blue value is 207 (81.25% from 255 or 79.01% from 262); Max value from RGB is 207 - color contains mainly: blue. Hex color #092ECF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #092ECF is #F6D130. Grayscale: #343434. Windows color (decimal): -16175409 or 13577737. OLE color: 13577737.

HSL color Cylindrical-coordinate representation of color #092ECF: hue angle of 228.79º 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 #092ECF is Cyan = 0.96, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 9 46 207 -
CMYK 0.96 0.78 0 0.19
HSL 228.79º 0.92% 0.42% -
HSV(B) 228.79º 0.96% 0.81% -
XYZ 12.35 6.52 59.64 -
YUV 53.29 214.74 96.41 -
System Red Green Blue C M Y K H S L
Decimal 9 46 207 0.96 0.78 0 0.19 228.79 0.92 0.42
Hex 9 2E CF 60 4E 0 13 E5 5C 2A
Octal 11 56 317 140 116 0 23 345 134 52
Binary 1001 101110 11001111 1100000 1001110 0 10011 11100101 1011100 101010

Color Harmonies of #092ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092ECF

Black with #092ECF

Text Example


Text Example

White with #092ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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