Html Css Color HEX #0A27DD Persian Blue

📋 copy color: '#0A27DD'

red 10 ◦ green 39 ◦ blue 221

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

Shades of Persian Blue #0A27DD

Tints of Persian Blue #0A27DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 81.85%

R = 3.7%
G = 14.44%
B = 81.85%

CMYK

 C value IS 0.95

 M value IS 0.82

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0A27DD (or 0x0A27DD) is known color: Persian Blue. HEX triplet: 0A, 27 and DD. RGB value is (10,39,221). Sum of RGB (Red+Green+Blue) = 10+39+221=270 (35% of max value = 765). Red value is 10 (4.30% from 255 or 3.70% from 270); Green value is 39 (15.62% from 255 or 14.44% from 270); Blue value is 221 (86.72% from 255 or 81.85% from 270); Max value from RGB is 221 - color contains mainly: blue. Hex color #0A27DD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0A27DD is #F5D822. Grayscale: #323232. Windows color (decimal): -16111651 or 14493450. OLE color: 14493450.

HSL color Cylindrical-coordinate representation of color #0A27DD: hue angle of 231.75º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A27DD is Cyan = 0.95, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 10 39 221 -
CMYK 0.95 0.82 0 0.13
HSL 231.75º 0.91% 0.45% -
HSV(B) 231.75º 0.95% 0.87% -
XYZ 13.9 6.74 68.97 -
YUV 51.08 223.89 98.7 -
System Red Green Blue C M Y K H S L
Decimal 10 39 221 0.95 0.82 0 0.13 231.75 0.91 0.45
Hex A 27 DD 5F 52 0 D E8 5B 2D
Octal 12 47 335 137 122 0 15 350 133 55
Binary 1010 100111 11011101 1011111 1010010 0 1101 11101000 1011011 101101

Color Harmonies of #0A27DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A27DD

Black with #0A27DD

Text Example


Text Example

White with #0A27DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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