Html Css Color HEX #0931BE Persian Blue

📋 copy color: '#0931BE'

red 9 ◦ green 49 ◦ blue 190

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

Shades of Persian Blue #0931BE

Tints of Persian Blue #0931BE

RGB

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

 GREEN value IS 49 (19.53% from 255) = 19.76%

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

R = 3.63%
G = 19.76%
B = 76.61%

CMYK

 C value IS 0.95

 M value IS 0.74

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0931BE (or 0x0931BE) is known color: Persian Blue. HEX triplet: 09, 31 and BE. RGB value is (9,49,190). Sum of RGB (Red+Green+Blue) = 9+49+190=248 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.63% from 248); Green value is 49 (19.53% from 255 or 19.76% from 248); Blue value is 190 (74.61% from 255 or 76.61% from 248); Max value from RGB is 190 - color contains mainly: blue. Hex color #0931BE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0931BE is #F6CE41. Grayscale: #343434. Windows color (decimal): -16174658 or 12464393. OLE color: 12464393.

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

Color convert

RGB 9 49 190 -
CMYK 0.95 0.74 0 0.25
HSL 226.74º 0.91% 0.39% -
HSV(B) 226.74º 0.95% 0.75% -
XYZ 10.51 5.97 49.31 -
YUV 53.11 205.25 96.54 -
System Red Green Blue C M Y K H S L
Decimal 9 49 190 0.95 0.74 0 0.25 226.74 0.91 0.39
Hex 9 31 BE 5F 4A 0 19 E3 5B 27
Octal 11 61 276 137 112 0 31 343 133 47
Binary 1001 110001 10111110 1011111 1001010 0 11001 11100011 1011011 100111

Color Harmonies of #0931BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0931BE

Black with #0931BE

Text Example


Text Example

White with #0931BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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