Html Css Color HEX #092AC0 Persian Blue

📋 copy color: '#092AC0'

red 9 ◦ green 42 ◦ blue 192

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

Shades of Persian Blue #092AC0

Tints of Persian Blue #092AC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 79.01%

R = 3.7%
G = 17.28%
B = 79.01%

CMYK

 C value IS 0.95

 M value IS 0.78

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#092AC0 (or 0x092AC0) is known color: Persian Blue. HEX triplet: 09, 2A and C0. RGB value is (9,42,192). Sum of RGB (Red+Green+Blue) = 9+42+192=243 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.70% from 243); Green value is 42 (16.80% from 255 or 17.28% from 243); Blue value is 192 (75.39% from 255 or 79.01% from 243); Max value from RGB is 192 - color contains mainly: blue. Hex color #092AC0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #092AC0 is #F6D53F. Grayscale: #303030. Windows color (decimal): -16176448 or 12593673. OLE color: 12593673.

HSL color Cylindrical-coordinate representation of color #092AC0: hue angle of 229.18º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #092AC0 is Cyan = 0.95, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 9 42 192 -
CMYK 0.95 0.78 0 0.25
HSL 229.18º 0.91% 0.39% -
HSV(B) 229.18º 0.95% 0.75% -
XYZ 10.46 5.52 50.38 -
YUV 49.23 208.57 99.3 -
System Red Green Blue C M Y K H S L
Decimal 9 42 192 0.95 0.78 0 0.25 229.18 0.91 0.39
Hex 9 2A C0 5F 4E 0 19 E5 5B 27
Octal 11 52 300 137 116 0 31 345 133 47
Binary 1001 101010 11000000 1011111 1001110 0 11001 11100101 1011011 100111

Color Harmonies of #092AC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092AC0

Black with #092AC0

Text Example


Text Example

White with #092AC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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