Html Css Color HEX #083275 Prussian Blue

📋 copy color: '#083275'

red 8 ◦ green 50 ◦ blue 117

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

Shades of Prussian Blue #083275

Tints of Prussian Blue #083275

RGB

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

 GREEN value IS 50 (19.92% from 255) = 28.57%

 BLUE value IS 117 (46.09% from 255) = 66.86%

R = 4.57%
G = 28.57%
B = 66.86%

CMYK

 C value IS 0.93

 M value IS 0.57

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#083275 (or 0x083275) is known color: Prussian Blue. HEX triplet: 08, 32 and 75. RGB value is (8,50,117). Sum of RGB (Red+Green+Blue) = 8+50+117=175 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.57% from 175); Green value is 50 (19.92% from 255 or 28.57% from 175); Blue value is 117 (46.09% from 255 or 66.86% from 175); Max value from RGB is 117 - color contains mainly: blue. Hex color #083275 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #083275 is #F7CD8A. Grayscale: #2C2C2C. Windows color (decimal): -16240011 or 7680520. OLE color: 7680520.

HSL color Cylindrical-coordinate representation of color #083275: hue angle of 216.88º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #083275 is Cyan = 0.93, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 8 50 117 -
CMYK 0.93 0.57 0 0.54
HSL 216.88º 0.87% 0.25% -
HSV(B) 216.88º 0.93% 0.46% -
XYZ 4.45 3.62 17.29 -
YUV 45.08 168.59 101.55 -
System Red Green Blue C M Y K H S L
Decimal 8 50 117 0.93 0.57 0 0.54 216.88 0.87 0.25
Hex 8 32 75 5D 39 0 36 D9 57 19
Octal 10 62 165 135 71 0 66 331 127 31
Binary 1000 110010 1110101 1011101 111001 0 110110 11011001 1010111 11001

Color Harmonies of #083275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083275

Black with #083275

Text Example


Text Example

White with #083275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #083275; }

 p { color: rgb(8,50,117); }

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

background-color css

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

 a { background-color: rgb(8,50,117); }

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

border-color css

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

 span { border-color: rgb(8,50,117); }

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