Html Css Color HEX #0A36BA Persian Blue

📋 copy color: '#0A36BA'

red 10 ◦ green 54 ◦ blue 186

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

Shades of Persian Blue #0A36BA

Tints of Persian Blue #0A36BA

RGB

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

 GREEN value IS 54 (21.48% from 255) = 21.6%

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

R = 4%
G = 21.6%
B = 74.4%

CMYK

 C value IS 0.95

 M value IS 0.71

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0A36BA (or 0x0A36BA) is known color: Persian Blue. HEX triplet: 0A, 36 and BA. RGB value is (10,54,186). Sum of RGB (Red+Green+Blue) = 10+54+186=250 (33% of max value = 765). Red value is 10 (4.30% from 255 or 4% from 250); Green value is 54 (21.48% from 255 or 21.6% 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 #0A36BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0A36BA is #F5C945. Grayscale: #373737. Windows color (decimal): -16107846 or 12203530. OLE color: 12203530.

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

Color convert

RGB 10 54 186 -
CMYK 0.95 0.71 0 0.27
HSL 225º 0.9% 0.38% -
HSV(B) 225º 0.95% 0.73% -
XYZ 10.31 6.25 47.12 -
YUV 55.89 201.42 95.27 -
System Red Green Blue C M Y K H S L
Decimal 10 54 186 0.95 0.71 0 0.27 225 0.9 0.38
Hex A 36 BA 5F 47 0 1B E1 5A 26
Octal 12 66 272 137 107 0 33 341 132 46
Binary 1010 110110 10111010 1011111 1000111 0 11011 11100001 1011010 100110

Color Harmonies of #0A36BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A36BA

Black with #0A36BA

Text Example


Text Example

White with #0A36BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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