Html Css Color HEX #083068 Prussian Blue

📋 copy color: '#083068'

red 8 ◦ green 48 ◦ blue 104

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

Shades of Prussian Blue #083068

Tints of Prussian Blue #083068

RGB

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

 GREEN value IS 48 (19.14% from 255) = 30%

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

R = 5%
G = 30%
B = 65%

CMYK

 C value IS 0.92

 M value IS 0.54

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#083068 (or 0x083068) is known color: Prussian Blue. HEX triplet: 08, 30 and 68. RGB value is (8,48,104). Sum of RGB (Red+Green+Blue) = 8+48+104=160 (21% of max value = 765). Red value is 8 (3.52% from 255 or 5% from 160); Green value is 48 (19.14% from 255 or 30% from 160); Blue value is 104 (41.02% from 255 or 65% from 160); Max value from RGB is 104 - color contains mainly: blue. Hex color #083068 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #083068 is #F7CF97. Grayscale: #2A2A2A. Windows color (decimal): -16240536 or 6828040. OLE color: 6828040.

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

Color convert

RGB 8 48 104 -
CMYK 0.92 0.54 0 0.59
HSL 215º 0.86% 0.22% -
HSV(B) 215º 0.92% 0.41% -
XYZ 3.66 3.17 13.51 -
YUV 42.42 162.75 103.45 -
System Red Green Blue C M Y K H S L
Decimal 8 48 104 0.92 0.54 0 0.59 215 0.86 0.22
Hex 8 30 68 5C 36 0 3B D7 56 16
Octal 10 60 150 134 66 0 73 327 126 26
Binary 1000 110000 1101000 1011100 110110 0 111011 11010111 1010110 10110

Color Harmonies of #083068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083068

Black with #083068

Text Example


Text Example

White with #083068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #083068; }

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

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

background-color css

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

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

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

border-color css

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

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

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