Html Css Color HEX #083A70 Prussian Blue

📋 copy color: '#083A70'

red 8 ◦ green 58 ◦ blue 112

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

Shades of Prussian Blue #083A70

Tints of Prussian Blue #083A70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 62.92%

R = 4.49%
G = 32.58%
B = 62.92%

CMYK

 C value IS 0.93

 M value IS 0.48

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#083A70 (or 0x083A70) is known color: Prussian Blue. HEX triplet: 08, 3A and 70. RGB value is (8,58,112). Sum of RGB (Red+Green+Blue) = 8+58+112=178 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.49% from 178); Green value is 58 (23.05% from 255 or 32.58% from 178); Blue value is 112 (44.14% from 255 or 62.92% from 178); Max value from RGB is 112 - color contains mainly: blue. Hex color #083A70 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #083A70 is #F7C58F. Grayscale: #303030. Windows color (decimal): -16237968 or 7354888. OLE color: 7354888.

HSL color Cylindrical-coordinate representation of color #083A70: hue angle of 211.15º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #083A70 is Cyan = 0.93, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 8 58 112 -
CMYK 0.93 0.48 0 0.56
HSL 211.15º 0.87% 0.24% -
HSV(B) 211.15º 0.93% 0.44% -
XYZ 4.54 4.25 15.91 -
YUV 49.21 163.44 98.61 -
System Red Green Blue C M Y K H S L
Decimal 8 58 112 0.93 0.48 0 0.56 211.15 0.87 0.24
Hex 8 3A 70 5D 30 0 38 D3 57 18
Octal 10 72 160 135 60 0 70 323 127 30
Binary 1000 111010 1110000 1011101 110000 0 111000 11010011 1010111 11000

Color Harmonies of #083A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083A70

Black with #083A70

Text Example


Text Example

White with #083A70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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