Html Css Color HEX #083F67 Prussian Blue

📋 copy color: '#083F67'

red 8 ◦ green 63 ◦ blue 103

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

Shades of Prussian Blue #083F67

Tints of Prussian Blue #083F67

RGB

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

 GREEN value IS 63 (25% from 255) = 36.21%

 BLUE value IS 103 (40.63% from 255) = 59.2%

R = 4.6%
G = 36.21%
B = 59.2%

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

#083F67 (or 0x083F67) is known color: Prussian Blue. HEX triplet: 08, 3F and 67. RGB value is (8,63,103). Sum of RGB (Red+Green+Blue) = 8+63+103=174 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.60% from 174); Green value is 63 (25% from 255 or 36.21% from 174); Blue value is 103 (40.62% from 255 or 59.20% from 174); Max value from RGB is 103 - color contains mainly: blue. Hex color #083F67 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #083F67 is #F7C098. Grayscale: #323232. Windows color (decimal): -16236697 or 6766344. OLE color: 6766344.

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

Color convert

RGB 8 63 103 -
CMYK 0.92 0.39 0 0.60
HSL 205.26º 0.86% 0.22% -
HSV(B) 205.26º 0.92% 0.4% -
XYZ 4.33 4.59 13.49 -
YUV 51.12 157.28 97.25 -
System Red Green Blue C M Y K H S L
Decimal 8 63 103 0.92 0.39 0 0.60 205.26 0.86 0.22
Hex 8 3F 67 5C 27 0 3C CD 56 16
Octal 10 77 147 134 47 0 74 315 126 26
Binary 1000 111111 1100111 1011100 100111 0 111100 11001101 1010110 10110

Color Harmonies of #083F67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083F67

Black with #083F67

Text Example


Text Example

White with #083F67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,63,103); }

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

background-color css

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

 a { background-color: rgb(8,63,103); }

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

border-color css

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

 span { border-color: rgb(8,63,103); }

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