Html Css Color HEX #0A25CB Persian Blue

📋 copy color: '#0A25CB'

red 10 ◦ green 37 ◦ blue 203

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

Shades of Persian Blue #0A25CB

Tints of Persian Blue #0A25CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 81.2%

R = 4%
G = 14.8%
B = 81.2%

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

#0A25CB (or 0x0A25CB) is known color: Persian Blue. HEX triplet: 0A, 25 and CB. RGB value is (10,37,203). Sum of RGB (Red+Green+Blue) = 10+37+203=250 (33% of max value = 765). Red value is 10 (4.30% from 255 or 4% from 250); Green value is 37 (14.84% from 255 or 14.8% from 250); Blue value is 203 (79.69% from 255 or 81.2% from 250); Max value from RGB is 203 - color contains mainly: blue. Hex color #0A25CB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0A25CB is #F5DA34. Grayscale: #2F2F2F. Windows color (decimal): -16112181 or 13313290. OLE color: 13313290.

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

Color convert

RGB 10 37 203 -
CMYK 0.95 0.82 0 0.20
HSL 231.61º 0.91% 0.42% -
HSV(B) 231.61º 0.95% 0.8% -
XYZ 11.57 5.7 56.99 -
YUV 47.85 215.55 101 -
System Red Green Blue C M Y K H S L
Decimal 10 37 203 0.95 0.82 0 0.20 231.61 0.91 0.42
Hex A 25 CB 5F 52 0 14 E8 5B 2A
Octal 12 45 313 137 122 0 24 350 133 52
Binary 1010 100101 11001011 1011111 1010010 0 10100 11101000 1011011 101010

Color Harmonies of #0A25CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A25CB

Black with #0A25CB

Text Example


Text Example

White with #0A25CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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