Html Css Color HEX #083A63 Prussian Blue

📋 copy color: '#083A63'

red 8 ◦ green 58 ◦ blue 99

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

Shades of Prussian Blue #083A63

Tints of Prussian Blue #083A63

RGB

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

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

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

R = 4.85%
G = 35.15%
B = 60%

CMYK

 C value IS 0.92

 M value IS 0.41

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#083A63 (or 0x083A63) is known color: Prussian Blue. HEX triplet: 08, 3A and 63. RGB value is (8,58,99). Sum of RGB (Red+Green+Blue) = 8+58+99=165 (21% of max value = 765). Red value is 8 (3.52% from 255 or 4.85% from 165); Green value is 58 (23.05% from 255 or 35.15% from 165); Blue value is 99 (39.06% from 255 or 60% from 165); Max value from RGB is 99 - color contains mainly: blue. Hex color #083A63 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #083A63 is #F7C59C. Grayscale: #2F2F2F. Windows color (decimal): -16237981 or 6502920. OLE color: 6502920.

HSL color Cylindrical-coordinate representation of color #083A63: hue angle of 207.03º 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 #083A63 is Cyan = 0.92, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 8 58 99 -
CMYK 0.92 0.41 0 0.61
HSL 207.03º 0.85% 0.21% -
HSV(B) 207.03º 0.92% 0.39% -
XYZ 3.87 3.98 12.37 -
YUV 47.72 156.94 99.67 -
System Red Green Blue C M Y K H S L
Decimal 8 58 99 0.92 0.41 0 0.61 207.03 0.85 0.21
Hex 8 3A 63 5C 29 0 3D CF 55 15
Octal 10 72 143 134 51 0 75 317 125 25
Binary 1000 111010 1100011 1011100 101001 0 111101 11001111 1010101 10101

Color Harmonies of #083A63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083A63

Black with #083A63

Text Example


Text Example

White with #083A63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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