Html Css Color HEX #08386B Prussian Blue

📋 copy color: '#08386B'

red 8 ◦ green 56 ◦ blue 107

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

Shades of Prussian Blue #08386B

Tints of Prussian Blue #08386B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 62.57%

R = 4.68%
G = 32.75%
B = 62.57%

CMYK

 C value IS 0.93

 M value IS 0.48

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#08386B (or 0x08386B) is known color: Prussian Blue. HEX triplet: 08, 38 and 6B. RGB value is (8,56,107). Sum of RGB (Red+Green+Blue) = 8+56+107=171 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.68% from 171); Green value is 56 (22.27% from 255 or 32.75% from 171); Blue value is 107 (42.19% from 255 or 62.57% from 171); Max value from RGB is 107 - color contains mainly: blue. Hex color #08386B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08386B is #F7C794. Grayscale: #2F2F2F. Windows color (decimal): -16238485 or 7026696. OLE color: 7026696.

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

Color convert

RGB 8 56 107 -
CMYK 0.93 0.48 0 0.58
HSL 210.91º 0.86% 0.23% -
HSV(B) 210.91º 0.93% 0.42% -
XYZ 4.17 3.94 14.45 -
YUV 47.46 161.6 99.85 -
System Red Green Blue C M Y K H S L
Decimal 8 56 107 0.93 0.48 0 0.58 210.91 0.86 0.23
Hex 8 38 6B 5D 30 0 3A D3 56 17
Octal 10 70 153 135 60 0 72 323 126 27
Binary 1000 111000 1101011 1011101 110000 0 111010 11010011 1010110 10111

Color Harmonies of #08386B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08386B

Black with #08386B

Text Example


Text Example

White with #08386B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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