Html Css Color HEX #0937BA Persian Blue

📋 copy color: '#0937BA'

red 9 ◦ green 55 ◦ blue 186

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

Shades of Persian Blue #0937BA

Tints of Persian Blue #0937BA

RGB

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

 GREEN value IS 55 (21.88% from 255) = 22%

 BLUE value IS 186 (73.05% from 255) = 74.4%

R = 3.6%
G = 22%
B = 74.4%

CMYK

 C value IS 0.95

 M value IS 0.70

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0937BA (or 0x0937BA) is known color: Persian Blue. HEX triplet: 09, 37 and BA. RGB value is (9,55,186). Sum of RGB (Red+Green+Blue) = 9+55+186=250 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.6% from 250); Green value is 55 (21.88% from 255 or 22% from 250); Blue value is 186 (73.05% from 255 or 74.4% from 250); Max value from RGB is 186 - color contains mainly: blue. Hex color #0937BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0937BA is #F6C845. Grayscale: #373737. Windows color (decimal): -16173126 or 12203785. OLE color: 12203785.

HSL color Cylindrical-coordinate representation of color #0937BA: hue angle of 224.41º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0937BA is Cyan = 0.95, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 9 55 186 -
CMYK 0.95 0.70 0 0.27
HSL 224.41º 0.91% 0.38% -
HSV(B) 224.41º 0.95% 0.73% -
XYZ 10.34 6.34 47.13 -
YUV 56.18 201.26 94.35 -
System Red Green Blue C M Y K H S L
Decimal 9 55 186 0.95 0.70 0 0.27 224.41 0.91 0.38
Hex 9 37 BA 5F 46 0 1B E0 5B 26
Octal 11 67 272 137 106 0 33 340 133 46
Binary 1001 110111 10111010 1011111 1000110 0 11011 11100000 1011011 100110

Color Harmonies of #0937BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0937BA

Black with #0937BA

Text Example


Text Example

White with #0937BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0937BA; }

 p { color: rgb(9,55,186); }

 H1.HeaderClassName
 {
   color: #0937BA;
 }
 .AnyTagClassName
 {
   color: #0937BA;
 }
</style>

background-color css

<style>
 a { background-color: #0937BA; }

 a { background-color: rgb(9,55,186); }

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

border-color css

<style>
 span { border-color: #0937BA; }

 span { border-color: rgb(9,55,186); }

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