Html Css Color HEX #084266 Prussian Blue

📋 copy color: '#084266'

red 8 ◦ green 66 ◦ blue 102

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

Shades of Prussian Blue #084266

Tints of Prussian Blue #084266

RGB

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

 GREEN value IS 66 (26.17% from 255) = 37.5%

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

R = 4.55%
G = 37.5%
B = 57.95%

CMYK

 C value IS 0.92

 M value IS 0.35

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#084266 (or 0x084266) is known color: Prussian Blue. HEX triplet: 08, 42 and 66. RGB value is (8,66,102). Sum of RGB (Red+Green+Blue) = 8+66+102=176 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.55% from 176); Green value is 66 (26.17% from 255 or 37.5% from 176); Blue value is 102 (40.23% from 255 or 57.95% from 176); Max value from RGB is 102 - color contains mainly: blue. Hex color #084266 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #084266 is #F7BD99. Grayscale: #343434. Windows color (decimal): -16235930 or 6701576. OLE color: 6701576.

HSL color Cylindrical-coordinate representation of color #084266: hue angle of 202.98º 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 #084266 is Cyan = 0.92, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 8 66 102 -
CMYK 0.92 0.35 0 0.6
HSL 202.98º 0.85% 0.22% -
HSV(B) 202.98º 0.92% 0.4% -
XYZ 4.45 4.91 13.28 -
YUV 52.76 155.78 96.07 -
System Red Green Blue C M Y K H S L
Decimal 8 66 102 0.92 0.35 0 0.6 202.98 0.85 0.22
Hex 8 42 66 5C 23 0 3C CB 55 16
Octal 10 102 146 134 43 0 74 313 125 26
Binary 1000 1000010 1100110 1011100 100011 0 111100 11001011 1010101 10110

Color Harmonies of #084266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084266

Black with #084266

Text Example


Text Example

White with #084266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #084266; }

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

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

background-color css

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

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

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

border-color css

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

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

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