Html Css Color HEX #0A2EBA Persian Blue

📋 copy color: '#0A2EBA'

red 10 ◦ green 46 ◦ blue 186

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

Shades of Persian Blue #0A2EBA

Tints of Persian Blue #0A2EBA

RGB

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

 GREEN value IS 46 (18.36% from 255) = 19.01%

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

R = 4.13%
G = 19.01%
B = 76.86%

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

#0A2EBA (or 0x0A2EBA) is known color: Persian Blue. HEX triplet: 0A, 2E and BA. RGB value is (10,46,186). Sum of RGB (Red+Green+Blue) = 10+46+186=242 (32% of max value = 765). Red value is 10 (4.30% from 255 or 4.13% from 242); Green value is 46 (18.36% from 255 or 19.01% from 242); Blue value is 186 (73.05% from 255 or 76.86% from 242); Max value from RGB is 186 - color contains mainly: blue. Hex color #0A2EBA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0A2EBA is #F5D145. Grayscale: #323232. Windows color (decimal): -16109894 or 12201482. OLE color: 12201482.

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

Color convert

RGB 10 46 186 -
CMYK 0.95 0.75 0 0.27
HSL 227.73º 0.9% 0.38% -
HSV(B) 227.73º 0.95% 0.73% -
XYZ 9.97 5.56 47 -
YUV 51.2 204.07 98.62 -
System Red Green Blue C M Y K H S L
Decimal 10 46 186 0.95 0.75 0 0.27 227.73 0.9 0.38
Hex A 2E BA 5F 4B 0 1B E4 5A 26
Octal 12 56 272 137 113 0 33 344 132 46
Binary 1010 101110 10111010 1011111 1001011 0 11011 11100100 1011010 100110

Color Harmonies of #0A2EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A2EBA

Black with #0A2EBA

Text Example


Text Example

White with #0A2EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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