Html Css Color HEX #092ACE Persian Blue

📋 copy color: '#092ACE'

red 9 ◦ green 42 ◦ blue 206

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

Shades of Persian Blue #092ACE

Tints of Persian Blue #092ACE

RGB

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

 GREEN value IS 42 (16.8% from 255) = 16.34%

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

R = 3.5%
G = 16.34%
B = 80.16%

CMYK

 C value IS 0.96

 M value IS 0.80

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#092ACE (or 0x092ACE) is known color: Persian Blue. HEX triplet: 09, 2A and CE. RGB value is (9,42,206). Sum of RGB (Red+Green+Blue) = 9+42+206=257 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.50% from 257); Green value is 42 (16.80% from 255 or 16.34% from 257); Blue value is 206 (80.86% from 255 or 80.16% from 257); Max value from RGB is 206 - color contains mainly: blue. Hex color #092ACE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #092ACE is #F6D531. Grayscale: #323232. Windows color (decimal): -16176434 or 13511177. OLE color: 13511177.

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

Color convert

RGB 9 42 206 -
CMYK 0.96 0.80 0 0.19
HSL 229.95º 0.92% 0.42% -
HSV(B) 229.95º 0.96% 0.81% -
XYZ 12.08 6.17 58.95 -
YUV 50.83 215.57 98.16 -
System Red Green Blue C M Y K H S L
Decimal 9 42 206 0.96 0.80 0 0.19 229.95 0.92 0.42
Hex 9 2A CE 60 50 0 13 E6 5C 2A
Octal 11 52 316 140 120 0 23 346 134 52
Binary 1001 101010 11001110 1100000 1010000 0 10011 11100110 1011100 101010

Color Harmonies of #092ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092ACE

Black with #092ACE

Text Example


Text Example

White with #092ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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