Html Css Color HEX #082C58 Prussian Blue

📋 copy color: '#082C58'

red 8 ◦ green 44 ◦ blue 88

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

Shades of Prussian Blue #082C58

Tints of Prussian Blue #082C58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 62.86%

R = 5.71%
G = 31.43%
B = 62.86%

CMYK

 C value IS 0.91

 M value IS 0.5

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#082C58 (or 0x082C58) is known color: Prussian Blue. HEX triplet: 08, 2C and 58. RGB value is (8,44,88). Sum of RGB (Red+Green+Blue) = 8+44+88=140 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.71% from 140); Green value is 44 (17.58% from 255 or 31.43% from 140); Blue value is 88 (34.77% from 255 or 62.86% from 140); Max value from RGB is 88 - color contains mainly: blue. Hex color #082C58 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082C58 is #F7D3A7. Grayscale: #262626. Windows color (decimal): -16241576 or 5778440. OLE color: 5778440.

HSL color Cylindrical-coordinate representation of color #082C58: hue angle of 213º degrees, saturation: 0.83, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #082C58 is Cyan = 0.91, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 8 44 88 -
CMYK 0.91 0.5 0 0.65
HSL 213º 0.83% 0.19% -
HSV(B) 213º 0.91% 0.35% -
XYZ 2.76 2.56 9.58 -
YUV 38.25 156.07 106.42 -
System Red Green Blue C M Y K H S L
Decimal 8 44 88 0.91 0.5 0 0.65 213 0.83 0.19
Hex 8 2C 58 5B 32 0 41 D5 53 13
Octal 10 54 130 133 62 0 101 325 123 23
Binary 1000 101100 1011000 1011011 110010 0 1000001 11010101 1010011 10011

Color Harmonies of #082C58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082C58

Black with #082C58

Text Example


Text Example

White with #082C58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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