Html Css Color HEX #0A2FBA Persian Blue

📋 copy color: '#0A2FBA'

red 10 ◦ green 47 ◦ blue 186

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

Shades of Persian Blue #0A2FBA

Tints of Persian Blue #0A2FBA

RGB

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

 GREEN value IS 47 (18.75% from 255) = 19.34%

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

R = 4.12%
G = 19.34%
B = 76.54%

CMYK

 C value IS 0.95

 M value IS 0.75

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0A2FBA (or 0x0A2FBA) is known color: Persian Blue. HEX triplet: 0A, 2F and BA. RGB value is (10,47,186). Sum of RGB (Red+Green+Blue) = 10+47+186=243 (32% of max value = 765). Red value is 10 (4.30% from 255 or 4.12% from 243); Green value is 47 (18.75% from 255 or 19.34% from 243); Blue value is 186 (73.05% from 255 or 76.54% from 243); Max value from RGB is 186 - color contains mainly: blue. Hex color #0A2FBA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0A2FBA is #F5D045. Grayscale: #333333. Windows color (decimal): -16109638 or 12201738. OLE color: 12201738.

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

Color convert

RGB 10 47 186 -
CMYK 0.95 0.75 0 0.27
HSL 227.39º 0.9% 0.38% -
HSV(B) 227.39º 0.95% 0.73% -
XYZ 10 5.64 47.02 -
YUV 51.78 203.74 98.2 -
System Red Green Blue C M Y K H S L
Decimal 10 47 186 0.95 0.75 0 0.27 227.39 0.9 0.38
Hex A 2F BA 5F 4B 0 1B E3 5A 26
Octal 12 57 272 137 113 0 33 343 132 46
Binary 1010 101111 10111010 1011111 1001011 0 11011 11100011 1011010 100110

Color Harmonies of #0A2FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A2FBA

Black with #0A2FBA

Text Example


Text Example

White with #0A2FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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