Html Css Color HEX #0A20BE Persian Blue

📋 copy color: '#0A20BE'

red 10 ◦ green 32 ◦ blue 190

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

Shades of Persian Blue #0A20BE

Tints of Persian Blue #0A20BE

RGB

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

 GREEN value IS 32 (12.89% from 255) = 13.79%

 BLUE value IS 190 (74.61% from 255) = 81.9%

R = 4.31%
G = 13.79%
B = 81.9%

CMYK

 C value IS 0.95

 M value IS 0.83

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0A20BE (or 0x0A20BE) is known color: Persian Blue. HEX triplet: 0A, 20 and BE. RGB value is (10,32,190). Sum of RGB (Red+Green+Blue) = 10+32+190=232 (30% of max value = 765). Red value is 10 (4.30% from 255 or 4.31% from 232); Green value is 32 (12.89% from 255 or 13.79% from 232); Blue value is 190 (74.61% from 255 or 81.90% from 232); Max value from RGB is 190 - color contains mainly: blue. Hex color #0A20BE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0A20BE is #F5DF41. Grayscale: #2A2A2A. Windows color (decimal): -16113474 or 12460042. OLE color: 12460042.

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

Color convert

RGB 10 32 190 -
CMYK 0.95 0.83 0 0.25
HSL 232.67º 0.9% 0.39% -
HSV(B) 232.67º 0.95% 0.75% -
XYZ 9.94 4.82 49.12 -
YUV 43.43 210.71 104.15 -
System Red Green Blue C M Y K H S L
Decimal 10 32 190 0.95 0.83 0 0.25 232.67 0.9 0.39
Hex A 20 BE 5F 53 0 19 E9 5A 27
Octal 12 40 276 137 123 0 31 351 132 47
Binary 1010 100000 10111110 1011111 1010011 0 11001 11101001 1011010 100111

Color Harmonies of #0A20BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A20BE

Black with #0A20BE

Text Example


Text Example

White with #0A20BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,32,190); }

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

background-color css

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

 a { background-color: rgb(10,32,190); }

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

border-color css

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

 span { border-color: rgb(10,32,190); }

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