Html Css Color HEX #083C64 Prussian Blue

📋 copy color: '#083C64'

red 8 ◦ green 60 ◦ blue 100

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

Shades of Prussian Blue #083C64

Tints of Prussian Blue #083C64

RGB

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

 GREEN value IS 60 (23.83% from 255) = 35.71%

 BLUE value IS 100 (39.45% from 255) = 59.52%

R = 4.76%
G = 35.71%
B = 59.52%

CMYK

 C value IS 0.92

 M value IS 0.4

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#083C64 (or 0x083C64) is known color: Prussian Blue. HEX triplet: 08, 3C and 64. RGB value is (8,60,100). Sum of RGB (Red+Green+Blue) = 8+60+100=168 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.76% from 168); Green value is 60 (23.83% from 255 or 35.71% from 168); Blue value is 100 (39.45% from 255 or 59.52% from 168); Max value from RGB is 100 - color contains mainly: blue. Hex color #083C64 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #083C64 is #F7C39B. Grayscale: #303030. Windows color (decimal): -16237468 or 6568968. OLE color: 6568968.

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

Color convert

RGB 8 60 100 -
CMYK 0.92 0.4 0 0.61
HSL 206.09º 0.85% 0.21% -
HSV(B) 206.09º 0.92% 0.39% -
XYZ 4.02 4.2 12.66 -
YUV 49.01 156.77 98.75 -
System Red Green Blue C M Y K H S L
Decimal 8 60 100 0.92 0.4 0 0.61 206.09 0.85 0.21
Hex 8 3C 64 5C 28 0 3D CE 55 15
Octal 10 74 144 134 50 0 75 316 125 25
Binary 1000 111100 1100100 1011100 101000 0 111101 11001110 1010101 10101

Color Harmonies of #083C64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083C64

Black with #083C64

Text Example


Text Example

White with #083C64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #083C64; }

 p { color: rgb(8,60,100); }

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

background-color css

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

 a { background-color: rgb(8,60,100); }

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

border-color css

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

 span { border-color: rgb(8,60,100); }

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