Html Css Color HEX #092ABE Persian Blue

📋 copy color: '#092ABE'

red 9 ◦ green 42 ◦ blue 190

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

Shades of Persian Blue #092ABE

Tints of Persian Blue #092ABE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 78.84%

R = 3.73%
G = 17.43%
B = 78.84%

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

#092ABE (or 0x092ABE) is known color: Persian Blue. HEX triplet: 09, 2A and BE. RGB value is (9,42,190). Sum of RGB (Red+Green+Blue) = 9+42+190=241 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.73% from 241); Green value is 42 (16.80% from 255 or 17.43% from 241); Blue value is 190 (74.61% from 255 or 78.84% from 241); Max value from RGB is 190 - color contains mainly: blue. Hex color #092ABE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #092ABE is #F6D541. Grayscale: #303030. Windows color (decimal): -16176450 or 12462601. OLE color: 12462601.

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

Color convert

RGB 9 42 190 -
CMYK 0.95 0.78 0 0.25
HSL 229.06º 0.91% 0.39% -
HSV(B) 229.06º 0.95% 0.75% -
XYZ 10.23 5.43 49.22 -
YUV 49.01 207.57 99.47 -
System Red Green Blue C M Y K H S L
Decimal 9 42 190 0.95 0.78 0 0.25 229.06 0.91 0.39
Hex 9 2A BE 5F 4E 0 19 E5 5B 27
Octal 11 52 276 137 116 0 31 345 133 47
Binary 1001 101010 10111110 1011111 1001110 0 11001 11100101 1011011 100111

Color Harmonies of #092ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092ABE

Black with #092ABE

Text Example


Text Example

White with #092ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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