Html Css Color HEX #0837BA Persian Blue

📋 copy color: '#0837BA'

red 8 ◦ green 55 ◦ blue 186

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

Shades of Persian Blue #0837BA

Tints of Persian Blue #0837BA

RGB

 RED value IS 8 (3.52% from 255) = 3.21%

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

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

R = 3.21%
G = 22.09%
B = 74.7%

CMYK

 C value IS 0.96

 M value IS 0.70

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0837BA (or 0x0837BA) is known color: Persian Blue. HEX triplet: 08, 37 and BA. RGB value is (8,55,186). Sum of RGB (Red+Green+Blue) = 8+55+186=249 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.21% from 249); Green value is 55 (21.88% from 255 or 22.09% from 249); Blue value is 186 (73.05% from 255 or 74.70% from 249); Max value from RGB is 186 - color contains mainly: blue. Hex color #0837BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0837BA is #F7C845. Grayscale: #373737. Windows color (decimal): -16238662 or 12203784. OLE color: 12203784.

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

Color convert

RGB 8 55 186 -
CMYK 0.96 0.70 0 0.27
HSL 224.16º 0.92% 0.38% -
HSV(B) 224.16º 0.96% 0.73% -
XYZ 10.33 6.33 47.13 -
YUV 55.88 201.43 93.85 -
System Red Green Blue C M Y K H S L
Decimal 8 55 186 0.96 0.70 0 0.27 224.16 0.92 0.38
Hex 8 37 BA 60 46 0 1B E0 5C 26
Octal 10 67 272 140 106 0 33 340 134 46
Binary 1000 110111 10111010 1100000 1000110 0 11011 11100000 1011100 100110

Color Harmonies of #0837BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0837BA

Black with #0837BA

Text Example


Text Example

White with #0837BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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