Html Css Color HEX #083D6B Prussian Blue

📋 copy color: '#083D6B'

red 8 ◦ green 61 ◦ blue 107

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

Shades of Prussian Blue #083D6B

Tints of Prussian Blue #083D6B

RGB

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

 GREEN value IS 61 (24.22% from 255) = 34.66%

 BLUE value IS 107 (42.19% from 255) = 60.8%

R = 4.55%
G = 34.66%
B = 60.8%

CMYK

 C value IS 0.93

 M value IS 0.43

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#083D6B (or 0x083D6B) is known color: Prussian Blue. HEX triplet: 08, 3D and 6B. RGB value is (8,61,107). Sum of RGB (Red+Green+Blue) = 8+61+107=176 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.55% from 176); Green value is 61 (24.22% from 255 or 34.66% from 176); Blue value is 107 (42.19% from 255 or 60.80% from 176); Max value from RGB is 107 - color contains mainly: blue. Hex color #083D6B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #083D6B is #F7C294. Grayscale: #323232. Windows color (decimal): -16237205 or 7027976. OLE color: 7027976.

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

Color convert

RGB 8 61 107 -
CMYK 0.93 0.43 0 0.58
HSL 207.88º 0.86% 0.23% -
HSV(B) 207.88º 0.93% 0.42% -
XYZ 4.42 4.45 14.54 -
YUV 50.4 159.94 97.76 -
System Red Green Blue C M Y K H S L
Decimal 8 61 107 0.93 0.43 0 0.58 207.88 0.86 0.23
Hex 8 3D 6B 5D 2B 0 3A D0 56 17
Octal 10 75 153 135 53 0 72 320 126 27
Binary 1000 111101 1101011 1011101 101011 0 111010 11010000 1010110 10111

Color Harmonies of #083D6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083D6B

Black with #083D6B

Text Example


Text Example

White with #083D6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,61,107); }

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

background-color css

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

 a { background-color: rgb(8,61,107); }

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

border-color css

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

 span { border-color: rgb(8,61,107); }

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