Html Css Color HEX #083358 Prussian Blue

📋 copy color: '#083358'

red 8 ◦ green 51 ◦ blue 88

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

Shades of Prussian Blue #083358

Tints of Prussian Blue #083358

RGB

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

 GREEN value IS 51 (20.31% from 255) = 34.69%

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

R = 5.44%
G = 34.69%
B = 59.86%

CMYK

 C value IS 0.91

 M value IS 0.42

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#083358 (or 0x083358) is known color: Prussian Blue. HEX triplet: 08, 33 and 58. RGB value is (8,51,88). Sum of RGB (Red+Green+Blue) = 8+51+88=147 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.44% from 147); Green value is 51 (20.31% from 255 or 34.69% from 147); Blue value is 88 (34.77% from 255 or 59.86% from 147); Max value from RGB is 88 - color contains mainly: blue. Hex color #083358 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #083358 is #F7CCA7. Grayscale: #2A2A2A. Windows color (decimal): -16239784 or 5780232. OLE color: 5780232.

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

Color convert

RGB 8 51 88 -
CMYK 0.91 0.42 0 0.65
HSL 207.75º 0.83% 0.19% -
HSV(B) 207.75º 0.91% 0.35% -
XYZ 3.05 3.12 9.67 -
YUV 42.36 153.75 103.49 -
System Red Green Blue C M Y K H S L
Decimal 8 51 88 0.91 0.42 0 0.65 207.75 0.83 0.19
Hex 8 33 58 5B 2A 0 41 D0 53 13
Octal 10 63 130 133 52 0 101 320 123 23
Binary 1000 110011 1011000 1011011 101010 0 1000001 11010000 1010011 10011

Color Harmonies of #083358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083358

Black with #083358

Text Example


Text Example

White with #083358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #083358; }

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

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

background-color css

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

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

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

border-color css

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

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

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