Html Css Color HEX #0A25CD Persian Blue

📋 copy color: '#0A25CD'

red 10 ◦ green 37 ◦ blue 205

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

Shades of Persian Blue #0A25CD

Tints of Persian Blue #0A25CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 81.35%

R = 3.97%
G = 14.68%
B = 81.35%

CMYK

 C value IS 0.95

 M value IS 0.82

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0A25CD (or 0x0A25CD) is known color: Persian Blue. HEX triplet: 0A, 25 and CD. RGB value is (10,37,205). Sum of RGB (Red+Green+Blue) = 10+37+205=252 (33% of max value = 765). Red value is 10 (4.30% from 255 or 3.97% from 252); Green value is 37 (14.84% from 255 or 14.68% from 252); Blue value is 205 (80.47% from 255 or 81.35% from 252); Max value from RGB is 205 - color contains mainly: blue. Hex color #0A25CD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0A25CD is #F5DA32. Grayscale: #2F2F2F. Windows color (decimal): -16112179 or 13444362. OLE color: 13444362.

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

Color convert

RGB 10 37 205 -
CMYK 0.95 0.82 0 0.20
HSL 231.69º 0.91% 0.42% -
HSV(B) 231.69º 0.95% 0.8% -
XYZ 11.81 5.8 58.25 -
YUV 48.08 216.55 100.84 -
System Red Green Blue C M Y K H S L
Decimal 10 37 205 0.95 0.82 0 0.20 231.69 0.91 0.42
Hex A 25 CD 5F 52 0 14 E8 5B 2A
Octal 12 45 315 137 122 0 24 350 133 52
Binary 1010 100101 11001101 1011111 1010010 0 10100 11101000 1011011 101010

Color Harmonies of #0A25CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A25CD

Black with #0A25CD

Text Example


Text Example

White with #0A25CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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