Html Css Color HEX #0834BE Persian Blue

📋 copy color: '#0834BE'

red 8 ◦ green 52 ◦ blue 190

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

Shades of Persian Blue #0834BE

Tints of Persian Blue #0834BE

RGB

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

 GREEN value IS 52 (20.7% from 255) = 20.8%

 BLUE value IS 190 (74.61% from 255) = 76%

R = 3.2%
G = 20.8%
B = 76%

CMYK

 C value IS 0.96

 M value IS 0.73

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0834BE (or 0x0834BE) is known color: Persian Blue. HEX triplet: 08, 34 and BE. RGB value is (8,52,190). Sum of RGB (Red+Green+Blue) = 8+52+190=250 (33% of max value = 765). Red value is 8 (3.52% from 255 or 3.2% from 250); Green value is 52 (20.70% from 255 or 20.8% from 250); Blue value is 190 (74.61% from 255 or 76% from 250); Max value from RGB is 190 - color contains mainly: blue. Hex color #0834BE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0834BE is #F7CB41. Grayscale: #353535. Windows color (decimal): -16239426 or 12465160. OLE color: 12465160.

HSL color Cylindrical-coordinate representation of color #0834BE: hue angle of 225.49º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0834BE is Cyan = 0.96, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 8 52 190 -
CMYK 0.96 0.73 0 0.25
HSL 225.49º 0.92% 0.39% -
HSV(B) 225.49º 0.96% 0.75% -
XYZ 10.62 6.23 49.36 -
YUV 54.58 204.42 94.78 -
System Red Green Blue C M Y K H S L
Decimal 8 52 190 0.96 0.73 0 0.25 225.49 0.92 0.39
Hex 8 34 BE 60 49 0 19 E1 5C 27
Octal 10 64 276 140 111 0 31 341 134 47
Binary 1000 110100 10111110 1100000 1001001 0 11001 11100001 1011100 100111

Color Harmonies of #0834BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0834BE

Black with #0834BE

Text Example


Text Example

White with #0834BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0834BE; }

 p { color: rgb(8,52,190); }

 H1.HeaderClassName
 {
   color: #0834BE;
 }
 .AnyTagClassName
 {
   color: #0834BE;
 }
</style>

background-color css

<style>
 a { background-color: #0834BE; }

 a { background-color: rgb(8,52,190); }

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

border-color css

<style>
 span { border-color: #0834BE; }

 span { border-color: rgb(8,52,190); }

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