Html Css Color HEX #083697 Smalt

📋 copy color: '#083697'

red 8 ◦ green 54 ◦ blue 151

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

Shades of Smalt #083697

Tints of Smalt #083697

RGB

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

 GREEN value IS 54 (21.48% from 255) = 25.35%

 BLUE value IS 151 (59.38% from 255) = 70.89%

R = 3.76%
G = 25.35%
B = 70.89%

CMYK

 C value IS 0.95

 M value IS 0.64

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#083697 (or 0x083697) is known color: Smalt. HEX triplet: 08, 36 and 97. RGB value is (8,54,151). Sum of RGB (Red+Green+Blue) = 8+54+151=213 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.76% from 213); Green value is 54 (21.48% from 255 or 25.35% from 213); Blue value is 151 (59.38% from 255 or 70.89% from 213); Max value from RGB is 151 - color contains mainly: blue. Hex color #083697 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #083697 is #F7C968. Grayscale: #323232. Windows color (decimal): -16238953 or 9909768. OLE color: 9909768.

HSL color Cylindrical-coordinate representation of color #083697: hue angle of 220.7º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #083697 is Cyan = 0.95, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 8 54 151 -
CMYK 0.95 0.64 0 0.41
HSL 220.7º 0.9% 0.31% -
HSV(B) 220.7º 0.95% 0.59% -
XYZ 7.01 4.92 29.86 -
YUV 51.3 184.26 97.11 -
System Red Green Blue C M Y K H S L
Decimal 8 54 151 0.95 0.64 0 0.41 220.7 0.9 0.31
Hex 8 36 97 5F 40 0 29 DD 5A 1F
Octal 10 66 227 137 100 0 51 335 132 37
Binary 1000 110110 10010111 1011111 1000000 0 101001 11011101 1011010 11111

Color Harmonies of #083697

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083697

Black with #083697

Text Example


Text Example

White with #083697

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #083697; }

 p { color: rgb(8,54,151); }

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

background-color css

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

 a { background-color: rgb(8,54,151); }

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

border-color css

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

 span { border-color: rgb(8,54,151); }

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