Html Css Color HEX #083D63 Prussian Blue

📋 copy color: '#083D63'

red 8 ◦ green 61 ◦ blue 99

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

Shades of Prussian Blue #083D63

Tints of Prussian Blue #083D63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 58.93%

R = 4.76%
G = 36.31%
B = 58.93%

CMYK

 C value IS 0.92

 M value IS 0.38

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#083D63 (or 0x083D63) is known color: Prussian Blue. HEX triplet: 08, 3D and 63. RGB value is (8,61,99). Sum of RGB (Red+Green+Blue) = 8+61+99=168 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.76% from 168); Green value is 61 (24.22% from 255 or 36.31% from 168); Blue value is 99 (39.06% from 255 or 58.93% from 168); Max value from RGB is 99 - color contains mainly: blue. Hex color #083D63 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #083D63 is #F7C29C. Grayscale: #313131. Windows color (decimal): -16237213 or 6503688. OLE color: 6503688.

HSL color Cylindrical-coordinate representation of color #083D63: hue angle of 205.05º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #083D63 is Cyan = 0.92, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 8 61 99 -
CMYK 0.92 0.38 0 0.61
HSL 205.05º 0.85% 0.21% -
HSV(B) 205.05º 0.92% 0.39% -
XYZ 4.02 4.29 12.42 -
YUV 49.49 155.94 98.41 -
System Red Green Blue C M Y K H S L
Decimal 8 61 99 0.92 0.38 0 0.61 205.05 0.85 0.21
Hex 8 3D 63 5C 26 0 3D CD 55 15
Octal 10 75 143 134 46 0 75 315 125 25
Binary 1000 111101 1100011 1011100 100110 0 111101 11001101 1010101 10101

Color Harmonies of #083D63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083D63

Black with #083D63

Text Example


Text Example

White with #083D63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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