Html Css Color HEX #082CBE Persian Blue

📋 copy color: '#082CBE'

red 8 ◦ green 44 ◦ blue 190

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

Shades of Persian Blue #082CBE

Tints of Persian Blue #082CBE

RGB

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

 GREEN value IS 44 (17.58% from 255) = 18.18%

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

R = 3.31%
G = 18.18%
B = 78.51%

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

#082CBE (or 0x082CBE) is known color: Persian Blue. HEX triplet: 08, 2C and BE. RGB value is (8,44,190). Sum of RGB (Red+Green+Blue) = 8+44+190=242 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.31% from 242); Green value is 44 (17.58% from 255 or 18.18% from 242); Blue value is 190 (74.61% from 255 or 78.51% from 242); Max value from RGB is 190 - color contains mainly: blue. Hex color #082CBE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #082CBE is #F7D341. Grayscale: #313131. Windows color (decimal): -16241474 or 12463112. OLE color: 12463112.

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

Color convert

RGB 8 44 190 -
CMYK 0.96 0.77 0 0.25
HSL 228.13º 0.92% 0.39% -
HSV(B) 228.13º 0.96% 0.75% -
XYZ 10.3 5.57 49.25 -
YUV 49.88 207.07 98.13 -
System Red Green Blue C M Y K H S L
Decimal 8 44 190 0.96 0.77 0 0.25 228.13 0.92 0.39
Hex 8 2C BE 60 4D 0 19 E4 5C 27
Octal 10 54 276 140 115 0 31 344 134 47
Binary 1000 101100 10111110 1100000 1001101 0 11001 11100100 1011100 100111

Color Harmonies of #082CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082CBE

Black with #082CBE

Text Example


Text Example

White with #082CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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