Html Css Color HEX #083458 Prussian Blue

📋 copy color: '#083458'

red 8 ◦ green 52 ◦ blue 88

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

Shades of Prussian Blue #083458

Tints of Prussian Blue #083458

RGB

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

 GREEN value IS 52 (20.7% from 255) = 35.14%

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

R = 5.41%
G = 35.14%
B = 59.46%

CMYK

 C value IS 0.91

 M value IS 0.41

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#083458 (or 0x083458) is known color: Prussian Blue. HEX triplet: 08, 34 and 58. RGB value is (8,52,88). Sum of RGB (Red+Green+Blue) = 8+52+88=148 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.41% from 148); Green value is 52 (20.70% from 255 or 35.14% from 148); Blue value is 88 (34.77% from 255 or 59.46% from 148); Max value from RGB is 88 - color contains mainly: blue. Hex color #083458 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #083458 is #F7CBA7. Grayscale: #2A2A2A. Windows color (decimal): -16239528 or 5780488. OLE color: 5780488.

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

Color convert

RGB 8 52 88 -
CMYK 0.91 0.41 0 0.65
HSL 207º 0.83% 0.19% -
HSV(B) 207º 0.91% 0.35% -
XYZ 3.09 3.21 9.69 -
YUV 42.95 153.42 103.07 -
System Red Green Blue C M Y K H S L
Decimal 8 52 88 0.91 0.41 0 0.65 207 0.83 0.19
Hex 8 34 58 5B 29 0 41 CF 53 13
Octal 10 64 130 133 51 0 101 317 123 23
Binary 1000 110100 1011000 1011011 101001 0 1000001 11001111 1010011 10011

Color Harmonies of #083458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083458

Black with #083458

Text Example


Text Example

White with #083458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #083458; }

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

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

background-color css

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

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

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

border-color css

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

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

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