Html Css Color HEX #092ECC Persian Blue

📋 copy color: '#092ECC'

red 9 ◦ green 46 ◦ blue 204

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

Shades of Persian Blue #092ECC

Tints of Persian Blue #092ECC

RGB

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

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

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

R = 3.47%
G = 17.76%
B = 78.76%

CMYK

 C value IS 0.96

 M value IS 0.77

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#092ECC (or 0x092ECC) is known color: Persian Blue. HEX triplet: 09, 2E and CC. RGB value is (9,46,204). Sum of RGB (Red+Green+Blue) = 9+46+204=259 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.47% from 259); Green value is 46 (18.36% from 255 or 17.76% from 259); Blue value is 204 (80.08% from 255 or 78.76% from 259); Max value from RGB is 204 - color contains mainly: blue. Hex color #092ECC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #092ECC is #F6D133. Grayscale: #343434. Windows color (decimal): -16175412 or 13381129. OLE color: 13381129.

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

Color convert

RGB 9 46 204 -
CMYK 0.96 0.77 0 0.2
HSL 228.62º 0.92% 0.42% -
HSV(B) 228.62º 0.96% 0.8% -
XYZ 11.99 6.37 57.72 -
YUV 52.95 213.24 96.65 -
System Red Green Blue C M Y K H S L
Decimal 9 46 204 0.96 0.77 0 0.2 228.62 0.92 0.42
Hex 9 2E CC 60 4D 0 14 E5 5C 2A
Octal 11 56 314 140 115 0 24 345 134 52
Binary 1001 101110 11001100 1100000 1001101 0 10100 11100101 1011100 101010

Color Harmonies of #092ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092ECC

Black with #092ECC

Text Example


Text Example

White with #092ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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