Html Css Color HEX #083768 Prussian Blue

📋 copy color: '#083768'

red 8 ◦ green 55 ◦ blue 104

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

Shades of Prussian Blue #083768

Tints of Prussian Blue #083768

RGB

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

 GREEN value IS 55 (21.88% from 255) = 32.93%

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

R = 4.79%
G = 32.93%
B = 62.28%

CMYK

 C value IS 0.92

 M value IS 0.47

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#083768 (or 0x083768) is known color: Prussian Blue. HEX triplet: 08, 37 and 68. RGB value is (8,55,104). Sum of RGB (Red+Green+Blue) = 8+55+104=167 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.79% from 167); Green value is 55 (21.88% from 255 or 32.93% from 167); Blue value is 104 (41.02% from 255 or 62.28% from 167); Max value from RGB is 104 - color contains mainly: blue. Hex color #083768 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #083768 is #F7C897. Grayscale: #2E2E2E. Windows color (decimal): -16238744 or 6829832. OLE color: 6829832.

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

Color convert

RGB 8 55 104 -
CMYK 0.92 0.47 0 0.59
HSL 210.63º 0.86% 0.22% -
HSV(B) 210.63º 0.92% 0.41% -
XYZ 3.97 3.78 13.62 -
YUV 46.53 160.43 100.52 -
System Red Green Blue C M Y K H S L
Decimal 8 55 104 0.92 0.47 0 0.59 210.63 0.86 0.22
Hex 8 37 68 5C 2F 0 3B D3 56 16
Octal 10 67 150 134 57 0 73 323 126 26
Binary 1000 110111 1101000 1011100 101111 0 111011 11010011 1010110 10110

Color Harmonies of #083768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083768

Black with #083768

Text Example


Text Example

White with #083768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #083768; }

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

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

background-color css

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

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

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

border-color css

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

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

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