Html Css Color HEX #0A39BF Persian Blue

📋 copy color: '#0A39BF'

red 10 ◦ green 57 ◦ blue 191

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

Shades of Persian Blue #0A39BF

Tints of Persian Blue #0A39BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 74.03%

R = 3.88%
G = 22.09%
B = 74.03%

CMYK

 C value IS 0.95

 M value IS 0.70

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0A39BF (or 0x0A39BF) is known color: Persian Blue. HEX triplet: 0A, 39 and BF. RGB value is (10,57,191). Sum of RGB (Red+Green+Blue) = 10+57+191=258 (34% of max value = 765). Red value is 10 (4.30% from 255 or 3.88% from 258); Green value is 57 (22.66% from 255 or 22.09% from 258); Blue value is 191 (75% from 255 or 74.03% from 258); Max value from RGB is 191 - color contains mainly: blue. Hex color #0A39BF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0A39BF is #F5C640. Grayscale: #393939. Windows color (decimal): -16107073 or 12531978. OLE color: 12531978.

HSL color Cylindrical-coordinate representation of color #0A39BF: hue angle of 224.42º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A39BF is Cyan = 0.95, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 10 57 191 -
CMYK 0.95 0.70 0 0.25
HSL 224.42º 0.9% 0.39% -
HSV(B) 224.42º 0.95% 0.75% -
XYZ 10.99 6.75 50.01 -
YUV 58.22 202.93 93.6 -
System Red Green Blue C M Y K H S L
Decimal 10 57 191 0.95 0.70 0 0.25 224.42 0.9 0.39
Hex A 39 BF 5F 46 0 19 E0 5A 27
Octal 12 71 277 137 106 0 31 340 132 47
Binary 1010 111001 10111111 1011111 1000110 0 11001 11100000 1011010 100111

Color Harmonies of #0A39BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A39BF

Black with #0A39BF

Text Example


Text Example

White with #0A39BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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