Html Css Color HEX #0835BA Persian Blue

📋 copy color: '#0835BA'

red 8 ◦ green 53 ◦ blue 186

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

Shades of Persian Blue #0835BA

Tints of Persian Blue #0835BA

RGB

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

 GREEN value IS 53 (21.09% from 255) = 21.46%

 BLUE value IS 186 (73.05% from 255) = 75.3%

R = 3.24%
G = 21.46%
B = 75.3%

CMYK

 C value IS 0.96

 M value IS 0.72

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0835BA (or 0x0835BA) is known color: Persian Blue. HEX triplet: 08, 35 and BA. RGB value is (8,53,186). Sum of RGB (Red+Green+Blue) = 8+53+186=247 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.24% from 247); Green value is 53 (21.09% from 255 or 21.46% from 247); Blue value is 186 (73.05% from 255 or 75.30% from 247); Max value from RGB is 186 - color contains mainly: blue. Hex color #0835BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0835BA is #F7CA45. Grayscale: #363636. Windows color (decimal): -16239174 or 12203272. OLE color: 12203272.

HSL color Cylindrical-coordinate representation of color #0835BA: hue angle of 224.83º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0835BA is Cyan = 0.96, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 8 53 186 -
CMYK 0.96 0.72 0 0.27
HSL 224.83º 0.92% 0.38% -
HSV(B) 224.83º 0.96% 0.73% -
XYZ 10.24 6.14 47.1 -
YUV 54.71 202.09 94.69 -
System Red Green Blue C M Y K H S L
Decimal 8 53 186 0.96 0.72 0 0.27 224.83 0.92 0.38
Hex 8 35 BA 60 48 0 1B E1 5C 26
Octal 10 65 272 140 110 0 33 341 134 46
Binary 1000 110101 10111010 1100000 1001000 0 11011 11100001 1011100 100110

Color Harmonies of #0835BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0835BA

Black with #0835BA

Text Example


Text Example

White with #0835BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0835BA; }

 p { color: rgb(8,53,186); }

 H1.HeaderClassName
 {
   color: #0835BA;
 }
 .AnyTagClassName
 {
   color: #0835BA;
 }
</style>

background-color css

<style>
 a { background-color: #0835BA; }

 a { background-color: rgb(8,53,186); }

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

border-color css

<style>
 span { border-color: #0835BA; }

 span { border-color: rgb(8,53,186); }

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