Html Css Color HEX #08386A Prussian Blue

📋 copy color: '#08386A'

red 8 ◦ green 56 ◦ blue 106

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

Shades of Prussian Blue #08386A

Tints of Prussian Blue #08386A

RGB

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

 GREEN value IS 56 (22.27% from 255) = 32.94%

 BLUE value IS 106 (41.8% from 255) = 62.35%

R = 4.71%
G = 32.94%
B = 62.35%

CMYK

 C value IS 0.92

 M value IS 0.47

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#08386A (or 0x08386A) is known color: Prussian Blue. HEX triplet: 08, 38 and 6A. RGB value is (8,56,106). Sum of RGB (Red+Green+Blue) = 8+56+106=170 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.71% from 170); Green value is 56 (22.27% from 255 or 32.94% from 170); Blue value is 106 (41.80% from 255 or 62.35% from 170); Max value from RGB is 106 - color contains mainly: blue. Hex color #08386A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08386A is #F7C795. Grayscale: #2F2F2F. Windows color (decimal): -16238486 or 6961160. OLE color: 6961160.

HSL color Cylindrical-coordinate representation of color #08386A: hue angle of 210.61º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #08386A is Cyan = 0.92, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 8 56 106 -
CMYK 0.92 0.47 0 0.58
HSL 210.61º 0.86% 0.22% -
HSV(B) 210.61º 0.92% 0.42% -
XYZ 4.12 3.92 14.18 -
YUV 47.35 161.1 99.93 -
System Red Green Blue C M Y K H S L
Decimal 8 56 106 0.92 0.47 0 0.58 210.61 0.86 0.22
Hex 8 38 6A 5C 2F 0 3A D3 56 16
Octal 10 70 152 134 57 0 72 323 126 26
Binary 1000 111000 1101010 1011100 101111 0 111010 11010011 1010110 10110

Color Harmonies of #08386A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08386A

Black with #08386A

Text Example


Text Example

White with #08386A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08386A; }

 p { color: rgb(8,56,106); }

 H1.HeaderClassName
 {
   color: #08386A;
 }
 .AnyTagClassName
 {
   color: #08386A;
 }
</style>

background-color css

<style>
 a { background-color: #08386A; }

 a { background-color: rgb(8,56,106); }

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

border-color css

<style>
 span { border-color: #08386A; }

 span { border-color: rgb(8,56,106); }

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