Html Css Color HEX #0A39BA Persian Blue

📋 copy color: '#0A39BA'

red 10 ◦ green 57 ◦ blue 186

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

Shades of Persian Blue #0A39BA

Tints of Persian Blue #0A39BA

RGB

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

 GREEN value IS 57 (22.66% from 255) = 22.53%

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

R = 3.95%
G = 22.53%
B = 73.52%

CMYK

 C value IS 0.95

 M value IS 0.69

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0A39BA (or 0x0A39BA) is known color: Persian Blue. HEX triplet: 0A, 39 and BA. RGB value is (10,57,186). Sum of RGB (Red+Green+Blue) = 10+57+186=253 (33% of max value = 765). Red value is 10 (4.30% from 255 or 3.95% from 253); Green value is 57 (22.66% from 255 or 22.53% from 253); Blue value is 186 (73.05% from 255 or 73.52% from 253); Max value from RGB is 186 - color contains mainly: blue. Hex color #0A39BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0A39BA is #F5C645. Grayscale: #393939. Windows color (decimal): -16107078 or 12204298. OLE color: 12204298.

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

Color convert

RGB 10 57 186 -
CMYK 0.95 0.69 0 0.27
HSL 223.98º 0.9% 0.38% -
HSV(B) 223.98º 0.95% 0.73% -
XYZ 10.45 6.54 47.17 -
YUV 57.65 200.43 94.01 -
System Red Green Blue C M Y K H S L
Decimal 10 57 186 0.95 0.69 0 0.27 223.98 0.9 0.38
Hex A 39 BA 5F 45 0 1B E0 5A 26
Octal 12 71 272 137 105 0 33 340 132 46
Binary 1010 111001 10111010 1011111 1000101 0 11011 11100000 1011010 100110

Color Harmonies of #0A39BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A39BA

Black with #0A39BA

Text Example


Text Example

White with #0A39BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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