Html Css Color HEX #0839BA Persian Blue

📋 copy color: '#0839BA'

red 8 ◦ green 57 ◦ blue 186

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

Shades of Persian Blue #0839BA

Tints of Persian Blue #0839BA

RGB

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

 GREEN value IS 57 (22.66% from 255) = 22.71%

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

R = 3.19%
G = 22.71%
B = 74.1%

CMYK

 C value IS 0.96

 M value IS 0.69

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0839BA (or 0x0839BA) is known color: Persian Blue. HEX triplet: 08, 39 and BA. RGB value is (8,57,186). Sum of RGB (Red+Green+Blue) = 8+57+186=251 (33% of max value = 765). Red value is 8 (3.52% from 255 or 3.19% from 251); Green value is 57 (22.66% from 255 or 22.71% from 251); Blue value is 186 (73.05% from 255 or 74.10% from 251); Max value from RGB is 186 - color contains mainly: blue. Hex color #0839BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0839BA is #F7C645. Grayscale: #383838. Windows color (decimal): -16238150 or 12204296. OLE color: 12204296.

HSL color Cylindrical-coordinate representation of color #0839BA: hue angle of 223.48º 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 #0839BA is Cyan = 0.96, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 8 57 186 -
CMYK 0.96 0.69 0 0.27
HSL 223.48º 0.92% 0.38% -
HSV(B) 223.48º 0.96% 0.73% -
XYZ 10.43 6.52 47.16 -
YUV 57.06 200.77 93.01 -
System Red Green Blue C M Y K H S L
Decimal 8 57 186 0.96 0.69 0 0.27 223.48 0.92 0.38
Hex 8 39 BA 60 45 0 1B DF 5C 26
Octal 10 71 272 140 105 0 33 337 134 46
Binary 1000 111001 10111010 1100000 1000101 0 11011 11011111 1011100 100110

Color Harmonies of #0839BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0839BA

Black with #0839BA

Text Example


Text Example

White with #0839BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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