Html Css Color HEX #0A25BE Persian Blue

📋 copy color: '#0A25BE'

red 10 ◦ green 37 ◦ blue 190

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

Shades of Persian Blue #0A25BE

Tints of Persian Blue #0A25BE

RGB

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

 GREEN value IS 37 (14.84% from 255) = 15.61%

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

R = 4.22%
G = 15.61%
B = 80.17%

CMYK

 C value IS 0.95

 M value IS 0.81

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0A25BE (or 0x0A25BE) is known color: Persian Blue. HEX triplet: 0A, 25 and BE. RGB value is (10,37,190). Sum of RGB (Red+Green+Blue) = 10+37+190=237 (31% of max value = 765). Red value is 10 (4.30% from 255 or 4.22% from 237); Green value is 37 (14.84% from 255 or 15.61% from 237); Blue value is 190 (74.61% from 255 or 80.17% from 237); Max value from RGB is 190 - color contains mainly: blue. Hex color #0A25BE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0A25BE is #F5DA41. Grayscale: #2D2D2D. Windows color (decimal): -16112194 or 12461322. OLE color: 12461322.

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

Color convert

RGB 10 37 190 -
CMYK 0.95 0.81 0 0.25
HSL 231º 0.9% 0.39% -
HSV(B) 231º 0.95% 0.75% -
XYZ 10.08 5.11 49.17 -
YUV 46.37 209.05 102.06 -
System Red Green Blue C M Y K H S L
Decimal 10 37 190 0.95 0.81 0 0.25 231 0.9 0.39
Hex A 25 BE 5F 51 0 19 E7 5A 27
Octal 12 45 276 137 121 0 31 347 132 47
Binary 1010 100101 10111110 1011111 1010001 0 11001 11100111 1011010 100111

Color Harmonies of #0A25BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A25BE

Black with #0A25BE

Text Example


Text Example

White with #0A25BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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