Html Css Color HEX #083265 Prussian Blue

📋 copy color: '#083265'

red 8 ◦ green 50 ◦ blue 101

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

Shades of Prussian Blue #083265

Tints of Prussian Blue #083265

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 63.52%

R = 5.03%
G = 31.45%
B = 63.52%

CMYK

 C value IS 0.92

 M value IS 0.50

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#083265 (or 0x083265) is known color: Prussian Blue. HEX triplet: 08, 32 and 65. RGB value is (8,50,101). Sum of RGB (Red+Green+Blue) = 8+50+101=159 (21% of max value = 765). Red value is 8 (3.52% from 255 or 5.03% from 159); Green value is 50 (19.92% from 255 or 31.45% from 159); Blue value is 101 (39.84% from 255 or 63.52% from 159); Max value from RGB is 101 - color contains mainly: blue. Hex color #083265 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #083265 is #F7CD9A. Grayscale: #2B2B2B. Windows color (decimal): -16240027 or 6631944. OLE color: 6631944.

HSL color Cylindrical-coordinate representation of color #083265: hue angle of 212.9º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #083265 is Cyan = 0.92, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 8 50 101 -
CMYK 0.92 0.50 0 0.60
HSL 212.9º 0.85% 0.21% -
HSV(B) 212.9º 0.92% 0.4% -
XYZ 3.59 3.27 12.75 -
YUV 43.26 160.59 102.85 -
System Red Green Blue C M Y K H S L
Decimal 8 50 101 0.92 0.50 0 0.60 212.9 0.85 0.21
Hex 8 32 65 5C 32 0 3C D5 55 15
Octal 10 62 145 134 62 0 74 325 125 25
Binary 1000 110010 1100101 1011100 110010 0 111100 11010101 1010101 10101

Color Harmonies of #083265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083265

Black with #083265

Text Example


Text Example

White with #083265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #083265; }

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

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

background-color css

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

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

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

border-color css

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

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

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