Html Css Color HEX #0A31BA Persian Blue

📋 copy color: '#0A31BA'

red 10 ◦ green 49 ◦ blue 186

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

Shades of Persian Blue #0A31BA

Tints of Persian Blue #0A31BA

RGB

 RED value IS 10 (4.3% from 255) = 4.08%

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

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

R = 4.08%
G = 20%
B = 75.92%

CMYK

 C value IS 0.95

 M value IS 0.74

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0A31BA (or 0x0A31BA) is known color: Persian Blue. HEX triplet: 0A, 31 and BA. RGB value is (10,49,186). Sum of RGB (Red+Green+Blue) = 10+49+186=245 (32% of max value = 765). Red value is 10 (4.30% from 255 or 4.08% from 245); Green value is 49 (19.53% from 255 or 20% from 245); Blue value is 186 (73.05% from 255 or 75.92% from 245); Max value from RGB is 186 - color contains mainly: blue. Hex color #0A31BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0A31BA is #F5CE45. Grayscale: #343434. Windows color (decimal): -16109126 or 12202250. OLE color: 12202250.

HSL color Cylindrical-coordinate representation of color #0A31BA: hue angle of 226.7º degrees, saturation: 0.9, 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 #0A31BA is Cyan = 0.95, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 10 49 186 -
CMYK 0.95 0.74 0 0.27
HSL 226.7º 0.9% 0.38% -
HSV(B) 226.7º 0.95% 0.73% -
XYZ 10.09 5.81 47.04 -
YUV 52.96 203.08 97.36 -
System Red Green Blue C M Y K H S L
Decimal 10 49 186 0.95 0.74 0 0.27 226.7 0.9 0.38
Hex A 31 BA 5F 4A 0 1B E3 5A 26
Octal 12 61 272 137 112 0 33 343 132 46
Binary 1010 110001 10111010 1011111 1001010 0 11011 11100011 1011010 100110

Color Harmonies of #0A31BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A31BA

Black with #0A31BA

Text Example


Text Example

White with #0A31BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0A31BA; }

 p { color: rgb(10,49,186); }

 H1.HeaderClassName
 {
   color: #0A31BA;
 }
 .AnyTagClassName
 {
   color: #0A31BA;
 }
</style>

background-color css

<style>
 a { background-color: #0A31BA; }

 a { background-color: rgb(10,49,186); }

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

border-color css

<style>
 span { border-color: #0A31BA; }

 span { border-color: rgb(10,49,186); }

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