Html Css Color HEX #0A34BA Persian Blue

📋 copy color: '#0A34BA'

red 10 ◦ green 52 ◦ blue 186

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

Shades of Persian Blue #0A34BA

Tints of Persian Blue #0A34BA

RGB

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

 GREEN value IS 52 (20.7% from 255) = 20.97%

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

R = 4.03%
G = 20.97%
B = 75%

CMYK

 C value IS 0.95

 M value IS 0.72

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0A34BA (or 0x0A34BA) is known color: Persian Blue. HEX triplet: 0A, 34 and BA. RGB value is (10,52,186). Sum of RGB (Red+Green+Blue) = 10+52+186=248 (32% of max value = 765). Red value is 10 (4.30% from 255 or 4.03% from 248); Green value is 52 (20.70% from 255 or 20.97% from 248); Blue value is 186 (73.05% from 255 or 75% from 248); Max value from RGB is 186 - color contains mainly: blue. Hex color #0A34BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0A34BA is #F5CB45. Grayscale: #363636. Windows color (decimal): -16108358 or 12203018. OLE color: 12203018.

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

Color convert

RGB 10 52 186 -
CMYK 0.95 0.72 0 0.27
HSL 225.68º 0.9% 0.38% -
HSV(B) 225.68º 0.95% 0.73% -
XYZ 10.22 6.07 47.09 -
YUV 54.72 202.09 96.1 -
System Red Green Blue C M Y K H S L
Decimal 10 52 186 0.95 0.72 0 0.27 225.68 0.9 0.38
Hex A 34 BA 5F 48 0 1B E2 5A 26
Octal 12 64 272 137 110 0 33 342 132 46
Binary 1010 110100 10111010 1011111 1001000 0 11011 11100010 1011010 100110

Color Harmonies of #0A34BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A34BA

Black with #0A34BA

Text Example


Text Example

White with #0A34BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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