Html Css Color HEX #082BBE Persian Blue

📋 copy color: '#082BBE'

red 8 ◦ green 43 ◦ blue 190

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

Shades of Persian Blue #082BBE

Tints of Persian Blue #082BBE

RGB

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

 GREEN value IS 43 (17.19% from 255) = 17.84%

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

R = 3.32%
G = 17.84%
B = 78.84%

CMYK

 C value IS 0.96

 M value IS 0.77

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#082BBE (or 0x082BBE) is known color: Persian Blue. HEX triplet: 08, 2B and BE. RGB value is (8,43,190). Sum of RGB (Red+Green+Blue) = 8+43+190=241 (31% of max value = 765). Red value is 8 (3.52% from 255 or 3.32% from 241); Green value is 43 (17.19% from 255 or 17.84% from 241); Blue value is 190 (74.61% from 255 or 78.84% from 241); Max value from RGB is 190 - color contains mainly: blue. Hex color #082BBE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #082BBE is #F7D441. Grayscale: #303030. Windows color (decimal): -16241730 or 12462856. OLE color: 12462856.

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

Color convert

RGB 8 43 190 -
CMYK 0.96 0.77 0 0.25
HSL 228.46º 0.92% 0.39% -
HSV(B) 228.46º 0.96% 0.75% -
XYZ 10.26 5.5 49.24 -
YUV 49.29 207.4 98.55 -
System Red Green Blue C M Y K H S L
Decimal 8 43 190 0.96 0.77 0 0.25 228.46 0.92 0.39
Hex 8 2B BE 60 4D 0 19 E4 5C 27
Octal 10 53 276 140 115 0 31 344 134 47
Binary 1000 101011 10111110 1100000 1001101 0 11001 11100100 1011100 100111

Color Harmonies of #082BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082BBE

Black with #082BBE

Text Example


Text Example

White with #082BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #082BBE; }

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

 H1.HeaderClassName
 {
   color: #082BBE;
 }
 .AnyTagClassName
 {
   color: #082BBE;
 }
</style>

background-color css

<style>
 a { background-color: #082BBE; }

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

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

border-color css

<style>
 span { border-color: #082BBE; }

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

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