Html Css Color HEX #082F58 Prussian Blue

📋 copy color: '#082F58'

red 8 ◦ green 47 ◦ blue 88

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

Shades of Prussian Blue #082F58

Tints of Prussian Blue #082F58

RGB

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

 GREEN value IS 47 (18.75% from 255) = 32.87%

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

R = 5.59%
G = 32.87%
B = 61.54%

CMYK

 C value IS 0.91

 M value IS 0.47

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#082F58 (or 0x082F58) is known color: Prussian Blue. HEX triplet: 08, 2F and 58. RGB value is (8,47,88). Sum of RGB (Red+Green+Blue) = 8+47+88=143 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.59% from 143); Green value is 47 (18.75% from 255 or 32.87% from 143); Blue value is 88 (34.77% from 255 or 61.54% from 143); Max value from RGB is 88 - color contains mainly: blue. Hex color #082F58 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082F58 is #F7D0A7. Grayscale: #272727. Windows color (decimal): -16240808 or 5779208. OLE color: 5779208.

HSL color Cylindrical-coordinate representation of color #082F58: hue angle of 210.75º 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 #082F58 is Cyan = 0.91, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 8 47 88 -
CMYK 0.91 0.47 0 0.65
HSL 210.75º 0.83% 0.19% -
HSV(B) 210.75º 0.91% 0.35% -
XYZ 2.88 2.79 9.62 -
YUV 40.01 155.08 105.17 -
System Red Green Blue C M Y K H S L
Decimal 8 47 88 0.91 0.47 0 0.65 210.75 0.83 0.19
Hex 8 2F 58 5B 2F 0 41 D3 53 13
Octal 10 57 130 133 57 0 101 323 123 23
Binary 1000 101111 1011000 1011011 101111 0 1000001 11010011 1010011 10011

Color Harmonies of #082F58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082F58

Black with #082F58

Text Example


Text Example

White with #082F58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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