Html Css Color HEX #083B70 Prussian Blue

📋 copy color: '#083B70'

red 8 ◦ green 59 ◦ blue 112

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

Shades of Prussian Blue #083B70

Tints of Prussian Blue #083B70

RGB

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

 GREEN value IS 59 (23.44% from 255) = 32.96%

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

R = 4.47%
G = 32.96%
B = 62.57%

CMYK

 C value IS 0.93

 M value IS 0.47

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#083B70 (or 0x083B70) is known color: Prussian Blue. HEX triplet: 08, 3B and 70. RGB value is (8,59,112). Sum of RGB (Red+Green+Blue) = 8+59+112=179 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.47% from 179); Green value is 59 (23.44% from 255 or 32.96% from 179); Blue value is 112 (44.14% from 255 or 62.57% from 179); Max value from RGB is 112 - color contains mainly: blue. Hex color #083B70 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #083B70 is #F7C48F. Grayscale: #313131. Windows color (decimal): -16237712 or 7355144. OLE color: 7355144.

HSL color Cylindrical-coordinate representation of color #083B70: hue angle of 210.58º 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 #083B70 is Cyan = 0.93, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 8 59 112 -
CMYK 0.93 0.47 0 0.56
HSL 210.58º 0.87% 0.24% -
HSV(B) 210.58º 0.93% 0.44% -
XYZ 4.59 4.35 15.93 -
YUV 49.79 163.1 98.19 -
System Red Green Blue C M Y K H S L
Decimal 8 59 112 0.93 0.47 0 0.56 210.58 0.87 0.24
Hex 8 3B 70 5D 2F 0 38 D3 57 18
Octal 10 73 160 135 57 0 70 323 127 30
Binary 1000 111011 1110000 1011101 101111 0 111000 11010011 1010111 11000

Color Harmonies of #083B70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083B70

Black with #083B70

Text Example


Text Example

White with #083B70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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