Html Css Color HEX #0825CB Persian Blue

📋 copy color: '#0825CB'

red 8 ◦ green 37 ◦ blue 203

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

Shades of Persian Blue #0825CB

Tints of Persian Blue #0825CB

RGB

 RED value IS 8 (3.52% from 255) = 3.23%

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

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

R = 3.23%
G = 14.92%
B = 81.85%

CMYK

 C value IS 0.96

 M value IS 0.82

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0825CB (or 0x0825CB) is known color: Persian Blue. HEX triplet: 08, 25 and CB. RGB value is (8,37,203). Sum of RGB (Red+Green+Blue) = 8+37+203=248 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.23% from 248); Green value is 37 (14.84% from 255 or 14.92% from 248); Blue value is 203 (79.69% from 255 or 81.85% from 248); Max value from RGB is 203 - color contains mainly: blue. Hex color #0825CB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0825CB is #F7DA34. Grayscale: #2E2E2E. Windows color (decimal): -16243253 or 13313288. OLE color: 13313288.

HSL color Cylindrical-coordinate representation of color #0825CB: hue angle of 231.08º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0825CB is Cyan = 0.96, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 8 37 203 -
CMYK 0.96 0.82 0 0.20
HSL 231.08º 0.92% 0.41% -
HSV(B) 231.08º 0.96% 0.8% -
XYZ 11.54 5.69 56.99 -
YUV 47.25 215.89 100 -
System Red Green Blue C M Y K H S L
Decimal 8 37 203 0.96 0.82 0 0.20 231.08 0.92 0.41
Hex 8 25 CB 60 52 0 14 E7 5C 29
Octal 10 45 313 140 122 0 24 347 134 51
Binary 1000 100101 11001011 1100000 1010010 0 10100 11100111 1011100 101001

Color Harmonies of #0825CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0825CB

Black with #0825CB

Text Example


Text Example

White with #0825CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0825CB; }

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

 H1.HeaderClassName
 {
   color: #0825CB;
 }
 .AnyTagClassName
 {
   color: #0825CB;
 }
</style>

background-color css

<style>
 a { background-color: #0825CB; }

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

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

border-color css

<style>
 span { border-color: #0825CB; }

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

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