Html Css Color HEX #0835BD Persian Blue

📋 copy color: '#0835BD'

red 8 ◦ green 53 ◦ blue 189

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

Shades of Persian Blue #0835BD

Tints of Persian Blue #0835BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 75.6%

R = 3.2%
G = 21.2%
B = 75.6%

CMYK

 C value IS 0.96

 M value IS 0.72

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0835BD (or 0x0835BD) is known color: Persian Blue. HEX triplet: 08, 35 and BD. RGB value is (8,53,189). Sum of RGB (Red+Green+Blue) = 8+53+189=250 (33% of max value = 765). Red value is 8 (3.52% from 255 or 3.2% from 250); Green value is 53 (21.09% from 255 or 21.2% from 250); Blue value is 189 (74.22% from 255 or 75.6% from 250); Max value from RGB is 189 - color contains mainly: blue. Hex color #0835BD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0835BD is #F7CA42. Grayscale: #363636. Windows color (decimal): -16239171 or 12399880. OLE color: 12399880.

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

Color convert

RGB 8 53 189 -
CMYK 0.96 0.72 0 0.26
HSL 225.08º 0.92% 0.39% -
HSV(B) 225.08º 0.96% 0.74% -
XYZ 10.56 6.27 48.8 -
YUV 55.05 203.59 94.44 -
System Red Green Blue C M Y K H S L
Decimal 8 53 189 0.96 0.72 0 0.26 225.08 0.92 0.39
Hex 8 35 BD 60 48 0 1A E1 5C 27
Octal 10 65 275 140 110 0 32 341 134 47
Binary 1000 110101 10111101 1100000 1001000 0 11010 11100001 1011100 100111

Color Harmonies of #0835BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0835BD

Black with #0835BD

Text Example


Text Example

White with #0835BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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