Html Css Color HEX #082F57 Prussian Blue

📋 copy color: '#082F57'

red 8 ◦ green 47 ◦ blue 87

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

Shades of Prussian Blue #082F57

Tints of Prussian Blue #082F57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 61.27%

R = 5.63%
G = 33.1%
B = 61.27%

CMYK

 C value IS 0.91

 M value IS 0.46

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#082F57 (or 0x082F57) is known color: Prussian Blue. HEX triplet: 08, 2F and 57. RGB value is (8,47,87). Sum of RGB (Red+Green+Blue) = 8+47+87=142 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.63% from 142); Green value is 47 (18.75% from 255 or 33.10% from 142); Blue value is 87 (34.38% from 255 or 61.27% from 142); Max value from RGB is 87 - color contains mainly: blue. Hex color #082F57 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082F57 is #F7D0A8. Grayscale: #272727. Windows color (decimal): -16240809 or 5713672. OLE color: 5713672.

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

Color convert

RGB 8 47 87 -
CMYK 0.91 0.46 0 0.66
HSL 210.38º 0.83% 0.19% -
HSV(B) 210.38º 0.91% 0.34% -
XYZ 2.84 2.77 9.4 -
YUV 39.9 154.58 105.25 -
System Red Green Blue C M Y K H S L
Decimal 8 47 87 0.91 0.46 0 0.66 210.38 0.83 0.19
Hex 8 2F 57 5B 2E 0 42 D2 53 13
Octal 10 57 127 133 56 0 102 322 123 23
Binary 1000 101111 1010111 1011011 101110 0 1000010 11010010 1010011 10011

Color Harmonies of #082F57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082F57

Black with #082F57

Text Example


Text Example

White with #082F57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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