Html Css Color HEX #082F66 Prussian Blue

📋 copy color: '#082F66'

red 8 ◦ green 47 ◦ blue 102

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

Shades of Prussian Blue #082F66

Tints of Prussian Blue #082F66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 64.97%

R = 5.1%
G = 29.94%
B = 64.97%

CMYK

 C value IS 0.92

 M value IS 0.54

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#082F66 (or 0x082F66) is known color: Prussian Blue. HEX triplet: 08, 2F and 66. RGB value is (8,47,102). Sum of RGB (Red+Green+Blue) = 8+47+102=157 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.10% from 157); Green value is 47 (18.75% from 255 or 29.94% from 157); Blue value is 102 (40.23% from 255 or 64.97% from 157); Max value from RGB is 102 - color contains mainly: blue. Hex color #082F66 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082F66 is #F7D099. Grayscale: #292929. Windows color (decimal): -16240794 or 6696712. OLE color: 6696712.

HSL color Cylindrical-coordinate representation of color #082F66: hue angle of 215.11º degrees, saturation: 0.85, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #082F66 is Cyan = 0.92, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 8 47 102 -
CMYK 0.92 0.54 0 0.6
HSL 215.11º 0.85% 0.22% -
HSV(B) 215.11º 0.92% 0.4% -
XYZ 3.51 3.04 12.97 -
YUV 41.61 162.08 104.03 -
System Red Green Blue C M Y K H S L
Decimal 8 47 102 0.92 0.54 0 0.6 215.11 0.85 0.22
Hex 8 2F 66 5C 36 0 3C D7 55 16
Octal 10 57 146 134 66 0 74 327 125 26
Binary 1000 101111 1100110 1011100 110110 0 111100 11010111 1010101 10110

Color Harmonies of #082F66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082F66

Black with #082F66

Text Example


Text Example

White with #082F66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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