Html Css Color HEX #082BBD Persian Blue

📋 copy color: '#082BBD'

red 8 ◦ green 43 ◦ blue 189

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

Shades of Persian Blue #082BBD

Tints of Persian Blue #082BBD

RGB

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

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

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

R = 3.33%
G = 17.92%
B = 78.75%

CMYK

 C value IS 0.96

 M value IS 0.77

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#082BBD (or 0x082BBD) is known color: Persian Blue. HEX triplet: 08, 2B and BD. RGB value is (8,43,189). Sum of RGB (Red+Green+Blue) = 8+43+189=240 (31% of max value = 765). Red value is 8 (3.52% from 255 or 3.33% from 240); Green value is 43 (17.19% from 255 or 17.92% from 240); Blue value is 189 (74.22% from 255 or 78.75% from 240); Max value from RGB is 189 - color contains mainly: blue. Hex color #082BBD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #082BBD is #F7D442. Grayscale: #303030. Windows color (decimal): -16241731 or 12397320. OLE color: 12397320.

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

Color convert

RGB 8 43 189 -
CMYK 0.96 0.77 0 0.26
HSL 228.4º 0.92% 0.39% -
HSV(B) 228.4º 0.96% 0.74% -
XYZ 10.15 5.45 48.66 -
YUV 49.18 206.9 98.63 -
System Red Green Blue C M Y K H S L
Decimal 8 43 189 0.96 0.77 0 0.26 228.4 0.92 0.39
Hex 8 2B BD 60 4D 0 1A E4 5C 27
Octal 10 53 275 140 115 0 32 344 134 47
Binary 1000 101011 10111101 1100000 1001101 0 11010 11100100 1011100 100111

Color Harmonies of #082BBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082BBD

Black with #082BBD

Text Example


Text Example

White with #082BBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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