Html Css Color HEX #08385A Prussian Blue

📋 copy color: '#08385A'

red 8 ◦ green 56 ◦ blue 90

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

Shades of Prussian Blue #08385A

Tints of Prussian Blue #08385A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 58.44%

R = 5.19%
G = 36.36%
B = 58.44%

CMYK

 C value IS 0.91

 M value IS 0.38

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#08385A (or 0x08385A) is known color: Prussian Blue. HEX triplet: 08, 38 and 5A. RGB value is (8,56,90). Sum of RGB (Red+Green+Blue) = 8+56+90=154 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.19% from 154); Green value is 56 (22.27% from 255 or 36.36% from 154); Blue value is 90 (35.55% from 255 or 58.44% from 154); Max value from RGB is 90 - color contains mainly: blue. Hex color #08385A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08385A is #F7C7A5. Grayscale: #2D2D2D. Windows color (decimal): -16238502 or 5912584. OLE color: 5912584.

HSL color Cylindrical-coordinate representation of color #08385A: hue angle of 204.88º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #08385A is Cyan = 0.91, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 8 56 90 -
CMYK 0.91 0.38 0 0.65
HSL 204.88º 0.84% 0.19% -
HSV(B) 204.88º 0.91% 0.35% -
XYZ 3.36 3.62 10.19 -
YUV 45.52 153.1 101.24 -
System Red Green Blue C M Y K H S L
Decimal 8 56 90 0.91 0.38 0 0.65 204.88 0.84 0.19
Hex 8 38 5A 5B 26 0 41 CD 54 13
Octal 10 70 132 133 46 0 101 315 124 23
Binary 1000 111000 1011010 1011011 100110 0 1000001 11001101 1010100 10011

Color Harmonies of #08385A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08385A

Black with #08385A

Text Example


Text Example

White with #08385A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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