Html Css Color HEX #083858 Prussian Blue

📋 copy color: '#083858'

red 8 ◦ green 56 ◦ blue 88

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

Shades of Prussian Blue #083858

Tints of Prussian Blue #083858

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 57.89%

R = 5.26%
G = 36.84%
B = 57.89%

CMYK

 C value IS 0.91

 M value IS 0.36

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#083858 (or 0x083858) is known color: Prussian Blue. HEX triplet: 08, 38 and 58. RGB value is (8,56,88). Sum of RGB (Red+Green+Blue) = 8+56+88=152 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.26% from 152); Green value is 56 (22.27% from 255 or 36.84% from 152); Blue value is 88 (34.77% from 255 or 57.89% from 152); Max value from RGB is 88 - color contains mainly: blue. Hex color #083858 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #083858 is #F7C7A7. Grayscale: #2D2D2D. Windows color (decimal): -16238504 or 5781512. OLE color: 5781512.

HSL color Cylindrical-coordinate representation of color #083858: hue angle of 204º degrees, saturation: 0.83, 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 #083858 is Cyan = 0.91, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 8 56 88 -
CMYK 0.91 0.36 0 0.65
HSL 204º 0.83% 0.19% -
HSV(B) 204º 0.91% 0.35% -
XYZ 3.28 3.58 9.75 -
YUV 45.3 152.1 101.4 -
System Red Green Blue C M Y K H S L
Decimal 8 56 88 0.91 0.36 0 0.65 204 0.83 0.19
Hex 8 38 58 5B 24 0 41 CC 53 13
Octal 10 70 130 133 44 0 101 314 123 23
Binary 1000 111000 1011000 1011011 100100 0 1000001 11001100 1010011 10011

Color Harmonies of #083858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083858

Black with #083858

Text Example


Text Example

White with #083858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #083858; }

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

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

background-color css

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

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

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

border-color css

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

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

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