Html Css Color HEX #084268 Prussian Blue

📋 copy color: '#084268'

red 8 ◦ green 66 ◦ blue 104

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

Shades of Prussian Blue #084268

Tints of Prussian Blue #084268

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 58.43%

R = 4.49%
G = 37.08%
B = 58.43%

CMYK

 C value IS 0.92

 M value IS 0.37

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#084268 (or 0x084268) is known color: Prussian Blue. HEX triplet: 08, 42 and 68. RGB value is (8,66,104). Sum of RGB (Red+Green+Blue) = 8+66+104=178 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.49% from 178); Green value is 66 (26.17% from 255 or 37.08% from 178); Blue value is 104 (41.02% from 255 or 58.43% from 178); Max value from RGB is 104 - color contains mainly: blue. Hex color #084268 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #084268 is #F7BD97. Grayscale: #343434. Windows color (decimal): -16235928 or 6832648. OLE color: 6832648.

HSL color Cylindrical-coordinate representation of color #084268: hue angle of 203.75º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #084268 is Cyan = 0.92, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 8 66 104 -
CMYK 0.92 0.37 0 0.59
HSL 203.75º 0.86% 0.22% -
HSV(B) 203.75º 0.92% 0.41% -
XYZ 4.55 4.95 13.81 -
YUV 52.99 156.78 95.91 -
System Red Green Blue C M Y K H S L
Decimal 8 66 104 0.92 0.37 0 0.59 203.75 0.86 0.22
Hex 8 42 68 5C 25 0 3B CC 56 16
Octal 10 102 150 134 45 0 73 314 126 26
Binary 1000 1000010 1101000 1011100 100101 0 111011 11001100 1010110 10110

Color Harmonies of #084268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084268

Black with #084268

Text Example


Text Example

White with #084268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #084268; }

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

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

background-color css

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

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

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

border-color css

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

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

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