Html Css Color HEX #0A27BF Persian Blue

📋 copy color: '#0A27BF'

red 10 ◦ green 39 ◦ blue 191

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

Shades of Persian Blue #0A27BF

Tints of Persian Blue #0A27BF

RGB

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

 GREEN value IS 39 (15.63% from 255) = 16.25%

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

R = 4.17%
G = 16.25%
B = 79.58%

CMYK

 C value IS 0.95

 M value IS 0.80

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0A27BF (or 0x0A27BF) is known color: Persian Blue. HEX triplet: 0A, 27 and BF. RGB value is (10,39,191). Sum of RGB (Red+Green+Blue) = 10+39+191=240 (31% of max value = 765). Red value is 10 (4.30% from 255 or 4.17% from 240); Green value is 39 (15.62% from 255 or 16.25% from 240); Blue value is 191 (75% from 255 or 79.58% from 240); Max value from RGB is 191 - color contains mainly: blue. Hex color #0A27BF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0A27BF is #F5D840. Grayscale: #2F2F2F. Windows color (decimal): -16111681 or 12527370. OLE color: 12527370.

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

Color convert

RGB 10 39 191 -
CMYK 0.95 0.80 0 0.25
HSL 230.39º 0.9% 0.39% -
HSV(B) 230.39º 0.95% 0.75% -
XYZ 10.25 5.28 49.77 -
YUV 47.66 208.89 101.14 -
System Red Green Blue C M Y K H S L
Decimal 10 39 191 0.95 0.80 0 0.25 230.39 0.9 0.39
Hex A 27 BF 5F 50 0 19 E6 5A 27
Octal 12 47 277 137 120 0 31 346 132 47
Binary 1010 100111 10111111 1011111 1010000 0 11001 11100110 1011010 100111

Color Harmonies of #0A27BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A27BF

Black with #0A27BF

Text Example


Text Example

White with #0A27BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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