Html Css Color HEX #083A6A Prussian Blue

📋 copy color: '#083A6A'

red 8 ◦ green 58 ◦ blue 106

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

Shades of Prussian Blue #083A6A

Tints of Prussian Blue #083A6A

RGB

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

 GREEN value IS 58 (23.05% from 255) = 33.72%

 BLUE value IS 106 (41.8% from 255) = 61.63%

R = 4.65%
G = 33.72%
B = 61.63%

CMYK

 C value IS 0.92

 M value IS 0.45

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#083A6A (or 0x083A6A) is known color: Prussian Blue. HEX triplet: 08, 3A and 6A. RGB value is (8,58,106). Sum of RGB (Red+Green+Blue) = 8+58+106=172 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.65% from 172); Green value is 58 (23.05% from 255 or 33.72% from 172); Blue value is 106 (41.80% from 255 or 61.63% from 172); Max value from RGB is 106 - color contains mainly: blue. Hex color #083A6A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #083A6A is #F7C595. Grayscale: #303030. Windows color (decimal): -16237974 or 6961672. OLE color: 6961672.

HSL color Cylindrical-coordinate representation of color #083A6A: hue angle of 209.39º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #083A6A is Cyan = 0.92, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 8 58 106 -
CMYK 0.92 0.45 0 0.58
HSL 209.39º 0.86% 0.22% -
HSV(B) 209.39º 0.92% 0.42% -
XYZ 4.21 4.12 14.21 -
YUV 48.52 160.44 99.1 -
System Red Green Blue C M Y K H S L
Decimal 8 58 106 0.92 0.45 0 0.58 209.39 0.86 0.22
Hex 8 3A 6A 5C 2D 0 3A D1 56 16
Octal 10 72 152 134 55 0 72 321 126 26
Binary 1000 111010 1101010 1011100 101101 0 111010 11010001 1010110 10110

Color Harmonies of #083A6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083A6A

Black with #083A6A

Text Example


Text Example

White with #083A6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #083A6A; }

 p { color: rgb(8,58,106); }

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

background-color css

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

 a { background-color: rgb(8,58,106); }

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

border-color css

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

 span { border-color: rgb(8,58,106); }

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