Html Css Color HEX #083E65 Prussian Blue

📋 copy color: '#083E65'

red 8 ◦ green 62 ◦ blue 101

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

Shades of Prussian Blue #083E65

Tints of Prussian Blue #083E65

RGB

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

 GREEN value IS 62 (24.61% from 255) = 36.26%

 BLUE value IS 101 (39.84% from 255) = 59.06%

R = 4.68%
G = 36.26%
B = 59.06%

CMYK

 C value IS 0.92

 M value IS 0.39

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#083E65 (or 0x083E65) is known color: Prussian Blue. HEX triplet: 08, 3E and 65. RGB value is (8,62,101). Sum of RGB (Red+Green+Blue) = 8+62+101=171 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.68% from 171); Green value is 62 (24.61% from 255 or 36.26% from 171); Blue value is 101 (39.84% from 255 or 59.06% from 171); Max value from RGB is 101 - color contains mainly: blue. Hex color #083E65 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #083E65 is #F7C19A. Grayscale: #323232. Windows color (decimal): -16236955 or 6635016. OLE color: 6635016.

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

Color convert

RGB 8 62 101 -
CMYK 0.92 0.39 0 0.60
HSL 205.16º 0.85% 0.21% -
HSV(B) 205.16º 0.92% 0.4% -
XYZ 4.17 4.44 12.95 -
YUV 50.3 156.61 97.83 -
System Red Green Blue C M Y K H S L
Decimal 8 62 101 0.92 0.39 0 0.60 205.16 0.85 0.21
Hex 8 3E 65 5C 27 0 3C CD 55 15
Octal 10 76 145 134 47 0 74 315 125 25
Binary 1000 111110 1100101 1011100 100111 0 111100 11001101 1010101 10101

Color Harmonies of #083E65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083E65

Black with #083E65

Text Example


Text Example

White with #083E65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,62,101); }

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

background-color css

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

 a { background-color: rgb(8,62,101); }

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

border-color css

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

 span { border-color: rgb(8,62,101); }

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