Html Css Color HEX #084263 Prussian Blue

📋 copy color: '#084263'

red 8 ◦ green 66 ◦ blue 99

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

Shades of Prussian Blue #084263

Tints of Prussian Blue #084263

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 57.23%

R = 4.62%
G = 38.15%
B = 57.23%

CMYK

 C value IS 0.92

 M value IS 0.33

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#084263 (or 0x084263) is known color: Prussian Blue. HEX triplet: 08, 42 and 63. RGB value is (8,66,99). Sum of RGB (Red+Green+Blue) = 8+66+99=173 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.62% from 173); Green value is 66 (26.17% from 255 or 38.15% from 173); Blue value is 99 (39.06% from 255 or 57.23% from 173); Max value from RGB is 99 - color contains mainly: blue. Hex color #084263 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #084263 is #F7BD9C. Grayscale: #343434. Windows color (decimal): -16235933 or 6504968. OLE color: 6504968.

HSL color Cylindrical-coordinate representation of color #084263: hue angle of 201.76º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #084263 is Cyan = 0.92, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 8 66 99 -
CMYK 0.92 0.33 0 0.61
HSL 201.76º 0.85% 0.21% -
HSV(B) 201.76º 0.92% 0.39% -
XYZ 4.3 4.85 12.51 -
YUV 52.42 154.28 96.32 -
System Red Green Blue C M Y K H S L
Decimal 8 66 99 0.92 0.33 0 0.61 201.76 0.85 0.21
Hex 8 42 63 5C 21 0 3D CA 55 15
Octal 10 102 143 134 41 0 75 312 125 25
Binary 1000 1000010 1100011 1011100 100001 0 111101 11001010 1010101 10101

Color Harmonies of #084263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084263

Black with #084263

Text Example


Text Example

White with #084263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #084263; }

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

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

background-color css

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

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

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

border-color css

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

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

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