Html Css Color HEX #083C62 Prussian Blue

📋 copy color: '#083C62'

red 8 ◦ green 60 ◦ blue 98

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

Shades of Prussian Blue #083C62

Tints of Prussian Blue #083C62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 59.04%

R = 4.82%
G = 36.14%
B = 59.04%

CMYK

 C value IS 0.92

 M value IS 0.39

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#083C62 (or 0x083C62) is known color: Prussian Blue. HEX triplet: 08, 3C and 62. RGB value is (8,60,98). Sum of RGB (Red+Green+Blue) = 8+60+98=166 (21% of max value = 765). Red value is 8 (3.52% from 255 or 4.82% from 166); Green value is 60 (23.83% from 255 or 36.14% from 166); Blue value is 98 (38.67% from 255 or 59.04% from 166); Max value from RGB is 98 - color contains mainly: blue. Hex color #083C62 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #083C62 is #F7C39D. Grayscale: #303030. Windows color (decimal): -16237470 or 6437896. OLE color: 6437896.

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

Color convert

RGB 8 60 98 -
CMYK 0.92 0.39 0 0.62
HSL 205.33º 0.85% 0.21% -
HSV(B) 205.33º 0.92% 0.38% -
XYZ 3.92 4.17 12.15 -
YUV 48.78 155.77 98.91 -
System Red Green Blue C M Y K H S L
Decimal 8 60 98 0.92 0.39 0 0.62 205.33 0.85 0.21
Hex 8 3C 62 5C 27 0 3E CD 55 15
Octal 10 74 142 134 47 0 76 315 125 25
Binary 1000 111100 1100010 1011100 100111 0 111110 11001101 1010101 10101

Color Harmonies of #083C62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083C62

Black with #083C62

Text Example


Text Example

White with #083C62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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