Html Css Color HEX #0829BE Persian Blue

📋 copy color: '#0829BE'

red 8 ◦ green 41 ◦ blue 190

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

Shades of Persian Blue #0829BE

Tints of Persian Blue #0829BE

RGB

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

 GREEN value IS 41 (16.41% from 255) = 17.15%

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

R = 3.35%
G = 17.15%
B = 79.5%

CMYK

 C value IS 0.96

 M value IS 0.78

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0829BE (or 0x0829BE) is known color: Persian Blue. HEX triplet: 08, 29 and BE. RGB value is (8,41,190). Sum of RGB (Red+Green+Blue) = 8+41+190=239 (31% of max value = 765). Red value is 8 (3.52% from 255 or 3.35% from 239); Green value is 41 (16.41% from 255 or 17.15% from 239); Blue value is 190 (74.61% from 255 or 79.50% from 239); Max value from RGB is 190 - color contains mainly: blue. Hex color #0829BE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0829BE is #F7D641. Grayscale: #2F2F2F. Windows color (decimal): -16242242 or 12462344. OLE color: 12462344.

HSL color Cylindrical-coordinate representation of color #0829BE: hue angle of 229.12º 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 #0829BE is Cyan = 0.96, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 8 41 190 -
CMYK 0.96 0.78 0 0.25
HSL 229.12º 0.92% 0.39% -
HSV(B) 229.12º 0.96% 0.75% -
XYZ 10.19 5.36 49.21 -
YUV 48.12 208.07 99.38 -
System Red Green Blue C M Y K H S L
Decimal 8 41 190 0.96 0.78 0 0.25 229.12 0.92 0.39
Hex 8 29 BE 60 4E 0 19 E5 5C 27
Octal 10 51 276 140 116 0 31 345 134 47
Binary 1000 101001 10111110 1100000 1001110 0 11001 11100101 1011100 100111

Color Harmonies of #0829BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0829BE

Black with #0829BE

Text Example


Text Example

White with #0829BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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