Html Css Color HEX #0929BE Persian Blue

📋 copy color: '#0929BE'

red 9 ◦ green 41 ◦ blue 190

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

Shades of Persian Blue #0929BE

Tints of Persian Blue #0929BE

RGB

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

 GREEN value IS 41 (16.41% from 255) = 17.08%

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

R = 3.75%
G = 17.08%
B = 79.17%

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

#0929BE (or 0x0929BE) is known color: Persian Blue. HEX triplet: 09, 29 and BE. RGB value is (9,41,190). Sum of RGB (Red+Green+Blue) = 9+41+190=240 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.75% from 240); Green value is 41 (16.41% from 255 or 17.08% from 240); Blue value is 190 (74.61% from 255 or 79.17% from 240); Max value from RGB is 190 - color contains mainly: blue. Hex color #0929BE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0929BE is #F6D641. Grayscale: #2F2F2F. Windows color (decimal): -16176706 or 12462345. OLE color: 12462345.

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

Color convert

RGB 9 41 190 -
CMYK 0.95 0.78 0 0.25
HSL 229.39º 0.91% 0.39% -
HSV(B) 229.39º 0.95% 0.75% -
XYZ 10.2 5.36 49.21 -
YUV 48.42 207.9 99.88 -
System Red Green Blue C M Y K H S L
Decimal 9 41 190 0.95 0.78 0 0.25 229.39 0.91 0.39
Hex 9 29 BE 5F 4E 0 19 E5 5B 27
Octal 11 51 276 137 116 0 31 345 133 47
Binary 1001 101001 10111110 1011111 1001110 0 11001 11100101 1011011 100111

Color Harmonies of #0929BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0929BE

Black with #0929BE

Text Example


Text Example

White with #0929BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0929BE; }

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

 H1.HeaderClassName
 {
   color: #0929BE;
 }
 .AnyTagClassName
 {
   color: #0929BE;
 }
</style>

background-color css

<style>
 a { background-color: #0929BE; }

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

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

border-color css

<style>
 span { border-color: #0929BE; }

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

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